mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -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();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
case CMD_UPLOAD_SIM_SAMPLES_125K: {
|
||||
// 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
|
||||
|
@ -1316,6 +1315,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
reply_old(CMD_ACK, 1, 0, 0, 0, 0);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
case CMD_DOWNLOAD_EML_BIGBUF: {
|
||||
LED_B_ON();
|
||||
uint8_t *mem = BigBuf_get_EM_addr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue