mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
cmdparser: fix copy& paste typo
This commit is contained in:
parent
10489db97d
commit
52179146b6
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ bool IfPm3Iso14443a(void) {
|
|||
return pm3_capabilities.compiled_with_iso14443a;
|
||||
}
|
||||
|
||||
bool IfPm3Iso14443a(void) {
|
||||
bool IfPm3Iso14443b(void) {
|
||||
if (!IfPm3Present())
|
||||
return false;
|
||||
return pm3_capabilities.compiled_with_iso14443b;
|
||||
|
|
|
@ -30,7 +30,7 @@ bool IfPm3Lf(void);
|
|||
bool IfPm3Hitag(void);
|
||||
bool IfPm3Hfsniff(void);
|
||||
bool IfPm3Iso14443a(void);
|
||||
bool IfPm3Iso14443a(void);
|
||||
bool IfPm3Iso14443b(void);
|
||||
bool IfPm3Iso15693(void);
|
||||
bool IfPm3Felica(void);
|
||||
bool IfPm3Legicrf(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue