diff options
-rw-r--r-- | openpcd/firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile index d772b89..a77662e 100644 --- a/openpcd/firmware/Makefile +++ b/openpcd/firmware/Makefile @@ -82,7 +82,7 @@ ifdef DEBUG SRCARM += lib/vsprintf.c lib/ctype.c lib/string.c endif -#SRCARM += src/rfid_layer2_iso14443a.c +SRCARM += src/rfid_layer2_iso14443a.c # List C++ source files here. # use file-extension cpp for C++-files (use extension .cpp) |