URGENT fix to 1612 clocking.
[goodfet] / firmware / goodfet.c
index a8d5b7a..594d7db 100644 (file)
@@ -15,7 +15,6 @@
 \r
 //! Initialize registers and all that jazz.\r
 void init(){\r
-  volatile unsigned int i;\r
   WDTCTL = WDTPW + WDTHOLD;                 // Stop watchdog timer\r
   \r
   //LED and TX OUT\r
@@ -65,8 +64,10 @@ int main(void)
   \r
   init();\r
   \r
+  \r
   //Ready\r
-  txdata(MONITOR,OK,0);\r
+  //txdata(MONITOR,OK,0);\r
+  txstring(MONITOR,OK,"http://goodfet.sf.net/");\r
   \r
   //Command loop.  There's no end!\r
   while(1){\r