Blink now targets all 2xx chips, perhaps 1xx too, by default.
[goodfet] / firmware / goodfet.c
index bf63b13..c310c0c 100644 (file)
@@ -1,5 +1,6 @@
 /*! \file goodfet.c\r
   \author Travis Goodspeed\r
+  \brief Main module.\r
   \r
   This is the main module of the GoodFET, which calls the initialization\r
   routines and delegates commands to the various applications.\r
@@ -35,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