This commit is contained in:
iceman1001 2019-09-13 16:27:25 +02:00
commit f5bff0d4e5
2 changed files with 3 additions and 3 deletions

View file

@ -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();