io.h is deprecated, so now msp430.h is included instead.
[goodfet] / firmware / include / gfports.h
index a55e787..c491601 100644 (file)
@@ -6,17 +6,11 @@
 #ifndef GFPORTS
 #define GFPORTS
 
-#include <io.h>
+//#include <msp430.h>
+
 
 // N.B., only asm-clean CPP definitions allowed.
 
-//Use false P5REN for 1612.
-#ifdef __MSP430_HAS_PORT5__
-#ifndef __MSP430_HAS_PORT5_R__
-//#warning "1xx, using fake P5REN for external pulling resistors."
-#define P5REN P5OUT
-#endif
-#endif
 
 /*
 //Use these instead of the explicit names.