io.h is deprecated, so now msp430.h is included instead.
[goodfet] / firmware / apps / twe / twe.c
index a51818e..dfd40a7 100644 (file)
@@ -6,7 +6,7 @@
 #include "command.h"
 
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 
 #include "twe.h"