mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
rework simaid & rename few vars
This commit is contained in:
parent
0560d74b01
commit
1acc030fd4
8 changed files with 137 additions and 121 deletions
|
@ -445,7 +445,7 @@ void RunMod(void) {
|
|||
// received a RATS request
|
||||
} else if (receivedCmd[0] == ISO14443A_CMD_RATS && len == 4) {
|
||||
prevCmd = 0;
|
||||
p_response = &responses[RESP_INDEX_RATS];
|
||||
p_response = &responses[RESP_INDEX_ATS];
|
||||
|
||||
} else {
|
||||
if (g_dbglevel == DBG_DEBUG) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue