From: marshmellow42 Date: Thu, 3 May 2018 17:36:51 +0000 (-0400) Subject: fix bug if -DWITH_ISO14443a_StandAlone is removed from makefile (#598) X-Git-Tag: v3.1.0~55 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/854fdf15e074c6d282f08ff0bea555810f52c664 fix bug if -DWITH_ISO14443a_StandAlone is removed from makefile (#598) --- diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 64768922..679a533a 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -31,7 +31,7 @@ #endif // Craig Young - 14a stand-alone code -#ifdef WITH_ISO14443a_StandAlone +#ifdef WITH_ISO14443a #include "iso14443a.h" #endif