!GEN is now 1 by default.
[goodfet] / firmware / goodfet.c
index 69436a1..355ae00 100644 (file)
@@ -49,7 +49,7 @@ void init(){
       doesn't clear P5OUT or P5DIR.\r
   */\r
   P5DIR|=BIT7; P5OUT=BIT7; //Normal Supply\r
-  P5DIR&=~BIT7; //Glitch Supply\r
+  //P5DIR&=~BIT7; //Glitch Supply\r
   \r
   //Enable Interrupts.\r
   //eint();\r