This commit is contained in:
iceman1001 2018-06-03 23:39:55 +02:00
commit 49c8ec65f5

View file

@ -255,7 +255,7 @@ int CmdHIDClone(const char *Cmd) {
uint32_t hi2 = 0, hi = 0, lo = 0;
uint32_t n = 0, i = 0;
UsbCommand c = {CMD_HID_CLONE_TAG);
UsbCommand c = {CMD_HID_CLONE_TAG};
uint8_t ctmp = param_getchar(Cmd, 0);
if ( strlen(Cmd) == 0 || ctmp == 'H' || ctmp == 'h' ) return usage_lf_hid_clone();