]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fix bug if -DWITH_ISO14443a_StandAlone is removed from makefile (#598)
authormarshmellow42 <marshmellow42@users.noreply.github.com>
Thu, 3 May 2018 17:36:51 +0000 (13:36 -0400)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Thu, 3 May 2018 17:36:51 +0000 (19:36 +0200)
armsrc/appmain.c

index 6476892235facc30fbf41a32b9636656ebb59d19..679a533ab3a5fbb826a6ba1f5ca87fea95836e85 100644 (file)
@@ -31,7 +31,7 @@
 #endif
 
 // Craig Young - 14a stand-alone code
-#ifdef WITH_ISO14443a_StandAlone
+#ifdef WITH_ISO14443a
  #include "iso14443a.h"
 #endif
 
Impressum, Datenschutz