hf read adc low level command

This commit is contained in:
merlokk 2022-06-25 00:36:42 +03:00
commit 541c060a5d
7 changed files with 86 additions and 2 deletions

View file

@ -143,6 +143,9 @@ ifneq ($(SKIP_ZX8211),1)
endif
# common HF support
ifneq ($(SKIP_HF),1)
PLATFORM_DEFS += -DWITH_GENERAL_HF
endif
ifneq ($(SKIP_ISO15693),1)
PLATFORM_DEFS += -DWITH_ISO15693
endif