CC2430 flashing fixed.
[goodfet] / firmware / goodfet.c
index 467ebae..744aa9d 100644 (file)
@@ -22,7 +22,7 @@ void init(){
   \r
   //LED out and on.\r
   PLEDDIR |= PLEDPIN;\r
-  PLEDOUT |= PLEDPIN;\r
+  PLEDOUT &= ~PLEDPIN;\r
   \r
   //Setup clocks, unique to each '430.\r
   msp430_init_dco();\r
@@ -30,8 +30,6 @@ void init(){
   \r
   //Enable Interrupts.\r
   //eint();\r
-\r
-\r
 }\r
 \r
 \r