This commit is contained in:
Philippe Teuwen 2019-04-18 21:41:48 +02:00
commit 8c89b35f1e
3 changed files with 21 additions and 21 deletions

View file

@ -634,13 +634,13 @@ void ListenReaderField(int limit) {
} }
static void PacketReceived(PacketCommandNG *packet) { static void PacketReceived(PacketCommandNG *packet) {
/* /*
if (packet->ng) { if (packet->ng) {
Dbprintf("received NG frame with %d bytes payload, with command: 0x%04x", packet->length, cmd); Dbprintf("received NG frame with %d bytes payload, with command: 0x%04x", packet->length, cmd);
} else { } else {
Dbprintf("received OLD frame of %d bytes, with command: 0x%04x and args: %d %d %d", packet->length, packet->cmd, packet->oldarg[0], packet->oldarg[1], packet->oldarg[2]); Dbprintf("received OLD frame of %d bytes, with command: 0x%04x and args: %d %d %d", packet->length, packet->cmd, packet->oldarg[0], packet->oldarg[1], packet->oldarg[2]);
} }
*/ */
switch (packet->cmd) { switch (packet->cmd) {
#ifdef WITH_LF #ifdef WITH_LF