summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
501c666)
Thanks to @samyk
https://github.com/Proxmark/proxmark3/issues/203
if (ledcontrol) LED_A_OFF();
*high=code;
*low=code2;
if (ledcontrol) LED_A_OFF();
*high=code;
*low=code2;
}
code=code2=0;
version=facilitycode=0;
}
code=code2=0;
version=facilitycode=0;
+OUT:
+ FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
DbpString("Stopped");
if (ledcontrol) LED_A_OFF();
}
DbpString("Stopped");
if (ledcontrol) LED_A_OFF();
}