Proper config.h
[goodfet] / firmware / goodfet.c
index 0d78ea3..592c3bf 100644 (file)
@@ -83,7 +83,7 @@ void handle(unsigned char app,
            unsigned char verb,
            unsigned long len){
   //debugstr("GoodFET");
-  P1OUT&=~1;
+  PLEDOUT&=~PLEDPIN;
   switch(app){
   case GLITCH:
     glitchhandle(app,verb,len);