mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
style
This commit is contained in:
parent
49cd525cf1
commit
f5bff0d4e5
2 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ void LEDsoff() {
|
|||
LED_D_OFF();
|
||||
}
|
||||
|
||||
//ICEMAN: LED went from 1,2,3,4 -> 1,2,4,8
|
||||
//ICEMAN: LED went from 1,2,3,4 -> 1,2,4,8
|
||||
void LED(int led, int ms) {
|
||||
if (led & LED_A) // Proxmark3 historical mapping: LED_ORANGE
|
||||
LED_A_ON();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue