mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-22 22:53:06 +08:00
fix bug if -DWITH_ISO14443a_StandAlone is removed from makefile (#598)
This commit is contained in:
parent
818efbebb8
commit
854fdf15e0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#endif
|
||||
|
||||
// Craig Young - 14a stand-alone code
|
||||
#ifdef WITH_ISO14443a_StandAlone
|
||||
#ifdef WITH_ISO14443a
|
||||
#include "iso14443a.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue