More work toward an AVR port.
[goodfet] / firmware / include / platform.h
index 134a082..071e30f 100644 (file)
@@ -9,9 +9,14 @@
 
 #include "gfports.h"
 
-#include <signal.h>
+#include <stdint.h>
+
+#ifdef MSP430
 #include <io.h>
+#include <signal.h>
 #include <iomacros.h>
+#include "msp430.h"
+#endif
 
 #include "config.h"