uint8_t uid[5] = {0x00};
if (cmdp == 'h' || cmdp == 'H') {
- PrintAndLog("Usage: lf em4x em410xsim <UID> <clock>");
+ PrintAndLog("Usage: lf em 410xsim <UID> <clock>");
PrintAndLog("");
- PrintAndLog(" sample: lf em4x em410xsim 0F0368568B");
+ PrintAndLog(" sample: lf em 410xsim 0F0368568B");
return 0;
}
/* clock is 64 in EM410x tags */