From: roel@libnfc.org Date: Sat, 2 Mar 2013 06:28:28 +0000 (+0000) Subject: updated code to follow same blinking patterns with leds during flashing/holding button X-Git-Tag: v1.0.0~130^2~5 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/349eabe567c5c66bc95279abfd17f203f2ad697a?ds=sidebyside updated code to follow same blinking patterns with leds during flashing/holding button --- diff --git a/bootrom/bootrom.c b/bootrom/bootrom.c index afb49c3c..0c4831c8 100644 --- a/bootrom/bootrom.c +++ b/bootrom/bootrom.c @@ -86,10 +86,6 @@ static void ConfigClocks(void) static void Fatal(void) { - LED_D_OFF(); - LED_C_OFF(); - LED_B_OFF(); - LED_A_OFF(); for(;;); } @@ -222,10 +218,6 @@ static void flash_mode(int externally_entered) usb_enable(); for (volatile size_t i=0; i<0x100000; i++); - LED_D_ON(); - LED_C_ON(); - LED_B_ON(); - LED_A_ON(); // UsbStart(); for(;;) {