more [-Wmissing-field-initializers]

This commit is contained in:
Philippe Teuwen 2019-04-10 22:20:45 +02:00
commit 34aa860fbd

View file

@ -174,7 +174,7 @@
#ifndef DropField
#define DropField() { \
UsbCommand c_drop = {CMD_READER_ISO_14443a, {0,0,0}}; clearCommandBuffer(); SendCommand(&c_drop); \
UsbCommand c_drop = {CMD_READER_ISO_14443a, {0,0,0}, {{0}}}; clearCommandBuffer(); SendCommand(&c_drop); \
}
#endif