16-bit MSP430 support working well from 1612.
[goodfet] / firmware / goodfet.c
index d09683c..c310c0c 100644 (file)
@@ -36,6 +36,7 @@ void init(){
 void handle(unsigned char app,\r
            unsigned char verb,\r
            unsigned char len){\r
+  //debugstr("GoodFET");\r
   switch(app){\r
   case MONITOR:\r
     monitorhandle(app,verb,len);\r