From 69ba2d6a5b3a782c1acd9c2b10834ca99b9f072b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 7 Apr 2019 12:33:33 +0200 Subject: [PATCH] rename variables in order to prevent a popular usbcommand named as c. --- client/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/util.h b/client/util.h index 83a5c87cd..dcd702fb0 100644 --- a/client/util.h +++ b/client/util.h @@ -174,7 +174,7 @@ #ifndef DropField #define DropField() { \ - UsbCommand c = {CMD_READER_ISO_14443a, {0,0,0}}; clearCommandBuffer(); SendCommand(&c); \ + UsbCommand c_drop = {CMD_READER_ISO_14443a, {0,0,0}}; clearCommandBuffer(); SendCommand(&c_drop); \ } #endif