io.h is deprecated, so now msp430.h is included instead.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 12 Feb 2012 16:26:20 +0000 (16:26 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 12 Feb 2012 16:26:20 +0000 (16:26 +0000)
AVR includes were unmodified.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1086 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

16 files changed:
firmware/apps/i2c/i2c.c
firmware/apps/jscan/jscan.c
firmware/apps/radios/nrf.c
firmware/apps/slc2/slc2.c
firmware/apps/spi/spi.c
firmware/apps/twe/twe.c
firmware/include/gfports.h
firmware/include/platform.h
firmware/lib/msp430_serial.c
firmware/lib/msp430f1611.c
firmware/lib/tilaunchpad.c
firmware/platforms/goodfet.h
firmware/platforms/nhbadge.h
firmware/platforms/nhbadgeb.h
firmware/platforms/telosb.h
firmware/platforms/tilaunchpad.h

index c598f54..e58b266 100644 (file)
@@ -14,7 +14,7 @@
 #include "i2c.h"
 
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 
 
index 896a05f..44b43ff 100644 (file)
@@ -10,7 +10,7 @@
 
 #if (platform != donbfet)
 # include <signal.h>
-# include <io.h>
+# include <msp430.h>
 # include <iomacros.h>
 #endif
 
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"
index 66b2fdd..5562b04 100644 (file)
@@ -9,7 +9,7 @@
 #include <msp430.h>
 #else
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 #endif
 
index b552ae7..bb1753a 100644 (file)
@@ -12,7 +12,7 @@
 #include <msp430.h>
 #else
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 #endif
 
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"
index d38dd21..c491601 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef GFPORTS
 #define GFPORTS
 
-//#include <io.h>
+//#include <msp430.h>
 
 
 // N.B., only asm-clean CPP definitions allowed.
index 75f84a4..dfc4681 100644 (file)
@@ -19,7 +19,7 @@
 #include <msp430.h>
 #else
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 #endif
 
index 856a2e1..7335a73 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "platform.h"
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 #include "msp430_serial.h"
 
index d577e50..945e330 100644 (file)
@@ -6,7 +6,7 @@
 #include <msp430.h>
 #else
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 #endif
 
index f858f39..40d2350 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "platform.h"
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 
 #define MSP430_CPU_SPEED 6000000UL
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
 
index aee7dde..29e19a1 100644 (file)
@@ -5,7 +5,7 @@
 
 
 #ifdef MSP430
-#include <io.h>
+#include <msp430.h>
 #endif
 
 
index 771d288..1b86e4f 100644 (file)
@@ -5,7 +5,7 @@
 
 
 #ifdef MSP430
-#include <io.h>
+#include <msp430.h>
 #endif
 
 //This nonsense is deprecated.
index 51c0722..213aa4b 100644 (file)
@@ -9,7 +9,7 @@
 */
 
 #ifdef MSP430
-#include <io.h>
+#include <msp430.h>
 #endif
 
 //LED on P5.4 (LED1 red)
index 13a2572..fc28b60 100644 (file)
@@ -46,7 +46,7 @@ P1.0 LED
 #define TI_LAUNCHPAD 1
 
 #include <signal.h>
-#include <io.h>
+#include <msp430.h>
 #include <iomacros.h>
 
 // Here is how I try to remember rs232 signaling