mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
rem: removed old references to google code.
This commit is contained in:
parent
994248265d
commit
f6d2d508b4
2 changed files with 4 additions and 5 deletions
|
@ -343,6 +343,7 @@ static int enter_bootloader(char *serial_port_name) {
|
|||
|
||||
static int wait_for_ack(UsbCommand *ack) {
|
||||
ReceiveCommand(ack);
|
||||
|
||||
if (ack->cmd != CMD_ACK) {
|
||||
printf("Error: Unexpected reply 0x%04" PRIx64 " %s (expected ACK)\n", ack->cmd, (ack->cmd == CMD_NACK) ? "NACK" : "");
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue