X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fplatforms%2Fstm32f4discovery.h;h=2eb33a086c6e1cd123ffef00927179445ca97a47;hp=4b7c51801689bc4942d4c151afd6adb72006cab0;hb=d08bfd3c7cdc687fd68ba9025702c262665e52d3;hpb=62b6ab15afdcff1bf22efa9d285ca34c7816fa7d diff --git a/firmware/platforms/stm32f4discovery.h b/firmware/platforms/stm32f4discovery.h index 4b7c518..2eb33a0 100644 --- a/firmware/platforms/stm32f4discovery.h +++ b/firmware/platforms/stm32f4discovery.h @@ -2,3 +2,7 @@ // Nothing to see here. + +#define INITCHIP stm32f4xx_init(); + +void stm32f4xx_init();