mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Added some LED utility functions (#802)
This commit is contained in:
parent
5866c187ef
commit
3d057cfb91
4 changed files with 21 additions and 9 deletions
|
@ -1490,11 +1490,8 @@ void __attribute__((noreturn)) AppMain(void)
|
|||
}
|
||||
common_area.flags.osimage_present = 1;
|
||||
|
||||
LED_D_OFF();
|
||||
LED_C_OFF();
|
||||
LED_B_OFF();
|
||||
LED_A_OFF();
|
||||
|
||||
LEDsoff();
|
||||
|
||||
// Init USB device
|
||||
usb_enable();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue