mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
chg.
This commit is contained in:
parent
f64e244823
commit
6ab1b285a0
1 changed files with 1 additions and 1 deletions
|
@ -1138,7 +1138,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
||||||
case CMD_UPLOAD_FLASH_MEM:
|
case CMD_UPLOAD_FLASH_MEM:
|
||||||
LED_B_ON();
|
LED_B_ON();
|
||||||
|
|
||||||
cmd_send(CMD_ACK, isok, 0, 0, 0, 0);
|
cmd_send(CMD_ACK, 1, 0, 0, 0, 0);
|
||||||
LED_B_OFF();
|
LED_B_OFF();
|
||||||
break;
|
break;
|
||||||
case CMD_DOWNLOAND_FLASH_MEM: {
|
case CMD_DOWNLOAND_FLASH_MEM: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue