X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=744aa9dc75bbb58b916c77f5ead0ce97c39ae988;hp=467ebae8714f8816a5a4ed62dbe6fb8b3ee50342;hb=6648c78f1f6eca1ff5bc477d10b12c2125f31285;hpb=e2a75fc68bc3cedaadb2db57b9e579a0f4468380 diff --git a/firmware/goodfet.c b/firmware/goodfet.c index 467ebae..744aa9d 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -22,7 +22,7 @@ void init(){ //LED out and on. PLEDDIR |= PLEDPIN; - PLEDOUT |= PLEDPIN; + PLEDOUT &= ~PLEDPIN; //Setup clocks, unique to each '430. msp430_init_dco(); @@ -30,8 +30,6 @@ void init(){ //Enable Interrupts. //eint(); - - }