cmdparser: fix copy& paste typo

This commit is contained in:
Uli Heilmeier
2019-05-01 21:31:34 +02:00
parent 10489db97d
commit 52179146b6
2 changed files with 2 additions and 2 deletions

View File

@@ -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;