fix bug if -DWITH_ISO14443a_StandAlone is removed from makefile

This commit is contained in:
marshmellow42 2018-05-03 12:36:11 -04:00
commit b67801621f

View file

@ -31,7 +31,7 @@
#endif
// Craig Young - 14a stand-alone code
#ifdef WITH_ISO14443a_StandAlone
#ifdef WITH_ISO14443a
#include "iso14443a.h"
#endif