Glitch app is in progress, first support will be for AVR.
[goodfet] / firmware / goodfet.c
index 744aa9d..8dea02e 100644 (file)
@@ -10,7 +10,7 @@
 #include "platform.h"\r
 #include "command.h"\r
 #include "apps.h"\r
-\r
+#include "glitch.h"\r
 \r
 \r
 //LED on P1.0\r
@@ -80,9 +80,11 @@ int main(void)
   unsigned long len;\r
   \r
   init();\r
+  glitchsetup();\r
   \r
   txstring(MONITOR,OK,"http://goodfet.sf.net/");\r
   \r
+  \r
   //Command loop.  There's no end!\r
   while(1){\r
     //Magic 3\r