Preparing for an AVR port of at least the monitor.
[goodfet] / firmware / include / platform.h
index a9f9ebc..d1efb89 100644 (file)
@@ -9,10 +9,14 @@
 
 #include "gfports.h"
 
-#include <signal.h>
+#include <stdint.h>
+
+#ifdef MSP430
 #include <io.h>
+#include <signal.h>
 #include <iomacros.h>
-#include <stdint.h>
+
+#endif
 
 #include "config.h"