Getting closer to working Cortex M3 targets.
[goodfet] / firmware / platforms / stm32f4discovery.h
index 4b7c518..2eb33a0 100644 (file)
@@ -2,3 +2,7 @@
 
 // Nothing to see here.
 
+
+#define INITCHIP stm32f4xx_init();
+
+void stm32f4xx_init();