X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=0352b778624f0ab3a1186db71b75d8a70be431fb;hp=e97bd1fc21c902d19f270ae699ea00229bca8557;hb=dc4bd8e19d524bc2f057f78f6a0654b28ab216f9;hpb=41777a0dda559dc2b2738720a39f3b5d57b5cee0 diff --git a/firmware/goodfet.c b/firmware/goodfet.c index e97bd1f..0352b77 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -56,7 +56,7 @@ void handle(uint8_t const app, int i; //debugstr("GoodFET"); - led_off(); + //led_off(); // find the app and call the handle fn for(i = 0; i < num_apps; i++){ @@ -69,7 +69,7 @@ void handle(uint8_t const app, } } - // if we get here, then the desired app is not copiled in + // if we get here, then the desired app is not compiled into // this firmware debugstr("App missing."); debughex(app); @@ -157,7 +157,7 @@ int main(void) { reset_count = 0; } - + verb = serial_rx(); len = rxword();