X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=594d7db1b2414e92271fda22803a642458a4946f;hp=a8d5b7a66071e0d85f3f4c1abd20300fe31a2db9;hb=d0d48d9cdb77bee064236d148002f98f3c247121;hpb=c4f077f724f9320a12605271722f61932b4c663c diff --git a/firmware/goodfet.c b/firmware/goodfet.c index a8d5b7a..594d7db 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -15,7 +15,6 @@ //! Initialize registers and all that jazz. void init(){ - volatile unsigned int i; WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer //LED and TX OUT @@ -65,8 +64,10 @@ int main(void) init(); + //Ready - txdata(MONITOR,OK,0); + //txdata(MONITOR,OK,0); + txstring(MONITOR,OK,"http://goodfet.sf.net/"); //Command loop. There's no end! while(1){