io.h is deprecated, so now msp430.h is included instead.
[goodfet] / firmware / platforms / goodfet.h
index b2b5bec..46e0ecb 100644 (file)
@@ -7,7 +7,7 @@
 #include <msp430.h>
 #else
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 #endif