mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 04:49:38 -07:00
updated code to follow same blinking patterns with leds during flashing/holding button
This commit is contained in:
parent
829fb342b5
commit
349eabe567
1 changed files with 0 additions and 8 deletions
|
@ -86,10 +86,6 @@ static void ConfigClocks(void)
|
||||||
|
|
||||||
static void Fatal(void)
|
static void Fatal(void)
|
||||||
{
|
{
|
||||||
LED_D_OFF();
|
|
||||||
LED_C_OFF();
|
|
||||||
LED_B_OFF();
|
|
||||||
LED_A_OFF();
|
|
||||||
for(;;);
|
for(;;);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -222,10 +218,6 @@ static void flash_mode(int externally_entered)
|
||||||
|
|
||||||
usb_enable();
|
usb_enable();
|
||||||
for (volatile size_t i=0; i<0x100000; i++);
|
for (volatile size_t i=0; i<0x100000; i++);
|
||||||
LED_D_ON();
|
|
||||||
LED_C_ON();
|
|
||||||
LED_B_ON();
|
|
||||||
LED_A_ON();
|
|
||||||
|
|
||||||
// UsbStart();
|
// UsbStart();
|
||||||
for(;;) {
|
for(;;) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue