X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fgoodfet.c;h=939c52cf81e7a811892b02a915a2dc2c8d69358e;hp=90e4d0fd7eb5479bab725939f0c4a3324fb2fa97;hb=a25b880a237c5c2ee3a2639a27e558edac80f2d6;hpb=90bcaba3bfb6282df613a59dc74815f2ae4171d0 diff --git a/firmware/goodfet.c b/firmware/goodfet.c index 90e4d0f..939c52c 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -84,6 +84,9 @@ int main(void){ unsigned long len; // MSP reboot count for reset input & reboot function located at 0xFFFE volatile unsigned int reset_count = 0; + + silent=0; //Don't trust globals. + #if (platform == tilaunchpad) int ret=0;