mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
protect CMD_UPLOAD_SIM_SAMPLES_125K by WITH_LF
This commit is contained in:
parent
32bb9511ec
commit
d1c6f12aff
1 changed files with 1 additions and 1 deletions
|
@ -1299,7 +1299,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||||
LED_B_OFF();
|
LED_B_OFF();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
case CMD_UPLOAD_SIM_SAMPLES_125K: {
|
case CMD_UPLOAD_SIM_SAMPLES_125K: {
|
||||||
// iceman; since changing fpga_bitstreams clears bigbuff, Its better to call it before.
|
// iceman; since changing fpga_bitstreams clears bigbuff, Its better to call it before.
|
||||||
// to be able to use this one for uploading data to device
|
// to be able to use this one for uploading data to device
|
||||||
|
@ -1316,6 +1315,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||||
reply_old(CMD_ACK, 1, 0, 0, 0, 0);
|
reply_old(CMD_ACK, 1, 0, 0, 0, 0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
case CMD_DOWNLOAD_EML_BIGBUF: {
|
case CMD_DOWNLOAD_EML_BIGBUF: {
|
||||||
LED_B_ON();
|
LED_B_ON();
|
||||||
uint8_t *mem = BigBuf_get_EM_addr();
|
uint8_t *mem = BigBuf_get_EM_addr();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue