Proper I/O ports with new firmware.
[goodfet] / firmware / platforms / nhbadge.h
index 39f7964..24544b3 100644 (file)
@@ -4,6 +4,11 @@
 */
 
 
 */
 
 
+#ifdef MSP430
+#include <io.h>
+#endif
+
+
 //LED on P1.0
 #define PLEDOUT P1OUT
 #define PLEDDIR P1DIR
 //LED on P1.0
 #define PLEDOUT P1OUT
 #define PLEDDIR P1DIR