rem: removed old references to google code.

This commit is contained in:
iceman1001 2017-10-29 19:25:34 +01:00
commit f6d2d508b4
2 changed files with 4 additions and 5 deletions

View file

@ -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;