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