rename variables in order to prevent a popular usbcommand named as c.

This commit is contained in:
iceman1001 2019-04-07 12:33:33 +02:00
parent 4c24e707a7
commit 69ba2d6a5b

View file

@ -174,7 +174,7 @@
#ifndef DropField #ifndef DropField
#define 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 #endif