]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
updated code to follow same blinking patterns with leds during flashing/holding button
authorroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sat, 2 Mar 2013 06:28:28 +0000 (06:28 +0000)
committerroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sat, 2 Mar 2013 06:28:28 +0000 (06:28 +0000)
bootrom/bootrom.c

index afb49c3c791df9ac1214cbef5a554f8c5505d5f2..0c4831c8d29e3ca589c66ccdfce190ba6784455b 100644 (file)
@@ -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(;;) {
Impressum, Datenschutz