Last of the JTAG refactoring before Spy-bi-wire support on the MSP430.
[goodfet] / firmware / goodfet.c
index 8dea02e..ee97ebb 100644 (file)
@@ -38,7 +38,11 @@ void handle(unsigned char app,
            unsigned char verb,\r
            unsigned long len){\r
   //debugstr("GoodFET");\r
+  P1OUT&=~1;\r
   switch(app){\r
+  case GLITCH:\r
+    glitchhandle(app,verb,len);\r
+    break;\r
   case MONITOR:\r
     monitorhandle(app,verb,len);\r
     break;\r