Initial commit for em4x70 support.
Initially I only have an em4x70 variant used for car transponders. Also known as the ID48.
This commit is contained in:
@@ -105,6 +105,9 @@ endif
|
||||
ifneq ($(SKIP_EM4x50),1)
|
||||
PLATFORM_DEFS += -DWITH_EM4x50
|
||||
endif
|
||||
ifneq ($(SKIP_EM4x70),1)
|
||||
PLATFORM_DEFS += -DWITH_EM4x70
|
||||
endif
|
||||
|
||||
# common HF support
|
||||
ifneq ($(SKIP_ISO15693),1)
|
||||
|
||||
Reference in New Issue
Block a user