mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Separate WITH_LF and WITH_LF_StandAlone
This commit is contained in:
parent
472345daee
commit
a2937cea8d
2 changed files with 5 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
#
|
||||
#BEGIN
|
||||
APP_CFLAGS += -DWITH_ISO14443a_StandAlone \
|
||||
-DWITH_LF\
|
||||
-DWITH_ISO15693 \
|
||||
-DWITH_ISO14443a \
|
||||
-DWITH_ISO14443b \
|
||||
|
@ -18,7 +19,7 @@ APP_CFLAGS += -DWITH_ISO14443a_StandAlone \
|
|||
|
||||
### Standalone modes:
|
||||
#-DWITH_ISO14443a_StandAlone
|
||||
#-DWITH_LF
|
||||
#-DWITH_LF_StandAlone
|
||||
#
|
||||
# if both WITH_LF and WITH_ISO4443a_StandAlone are defined
|
||||
# ISO14443a_StandAlone will be the only one that runs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue