mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-25 09:04:25 +00:00
style
This commit is contained in:
@@ -554,7 +554,7 @@ static int CmdHF14AReader(const char *Cmd) {
|
||||
}
|
||||
|
||||
if (continuous) {
|
||||
PrintAndLogEx(INFO, "Press " _GREEN_("Enter") " to exit");
|
||||
PrintAndLogEx(INFO, "Press " _GREEN_("<Enter>") " to exit");
|
||||
}
|
||||
|
||||
int res = PM3_SUCCESS;
|
||||
@@ -567,7 +567,6 @@ static int CmdHF14AReader(const char *Cmd) {
|
||||
SendCommandMIX(CMD_HF_ISO14443A_READER, cm, 0, 0, NULL, 0);
|
||||
}
|
||||
|
||||
|
||||
if (ISO14A_CONNECT & cm) {
|
||||
PacketResponseNG resp;
|
||||
if (WaitForResponseTimeout(CMD_ACK, &resp, 2500) == false) {
|
||||
|
||||
Reference in New Issue
Block a user