io.h is deprecated, so now msp430.h is included instead.
[goodfet] / firmware / apps / radios / nrf.c
index e607bf6..76c396c 100644 (file)
@@ -9,7 +9,7 @@
 #include "command.h"
 
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 
 #include "nrf.h"