From 4b5800d78f1f4f51a193fbc81b6e0902a42c90b7 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 24 Apr 2019 15:57:24 +0200 Subject: [PATCH] remove name --- armsrc/appmain.c | 2 +- client/comms.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 75fb584c7..4aefcd99f 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -1575,7 +1575,7 @@ void __attribute__((noreturn)) AppMain(void) { PacketReceived(&rx); } else if (ret != PM3_ENODATA) { Dbprintf("Error in frame reception: %d", ret); - // TODO DOEGOX if error, shall we resync ? + // TODO if error, shall we resync ? } // Press button for one second to enter a possible standalone mode diff --git a/client/comms.c b/client/comms.c index c52872870..881806c84 100644 --- a/client/comms.c +++ b/client/comms.c @@ -412,7 +412,7 @@ __attribute__((force_align_arg_pointer)) if (!error) { // PrintAndLogEx(NORMAL, "Received reply NG full !!"); PacketResponseReceived(&rx); -//TODO DOEGOX NG don't send ACK anymore but reply with the corresponding cmd, still things seem to work fine... +//TODO NG don't send ACK anymore but reply with the corresponding cmd, still things seem to work fine... if (rx.cmd == CMD_ACK) { ACK_received = true; } @@ -448,7 +448,7 @@ __attribute__((force_align_arg_pointer)) error = true; } } - // TODO DOEGOX if error, shall we resync ? + // TODO if error, shall we resync ? pthread_mutex_lock(&txBufferMutex);