Proper config.h
[goodfet] / firmware / include / platform.h
index 014ea20..26deae8 100644 (file)
@@ -6,6 +6,8 @@
   definition file, such as msp430x1612.c or msp430x2618.c.
 */
 
   definition file, such as msp430x1612.c or msp430x2618.c.
 */
 
+#include "config.h"
+
 #include "gfports.h"
 
 #ifdef telosb
 #include "gfports.h"
 
 #ifdef telosb
@@ -41,8 +43,3 @@ void msp430_init_dco();
 //! Called by monitor() when the DCO is correct and communication established.
 void msp430_init_dco_done();
 
 //! Called by monitor() when the DCO is correct and communication established.
 void msp430_init_dco_done();
 
-//LED on P1.0
-#define PLEDOUT P1OUT
-#define PLEDDIR P1DIR
-#define PLEDPIN BIT0
-