mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
more [-Wmissing-field-initializers]
This commit is contained in:
parent
919cfb5841
commit
34aa860fbd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue