LED off by default.
[goodfet] / firmware / goodfet.c
index b9485aa..744aa9d 100644 (file)
@@ -22,7 +22,7 @@ void init(){
   \r
   //LED out and on.\r
   PLEDDIR |= PLEDPIN;\r
   \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
   \r
   //Setup clocks, unique to each '430.\r
   msp430_init_dco();\r