From 6cd927d6d487934070b3af681c9a8e0f83a1c08c Mon Sep 17 00:00:00 2001 From: tharexde Date: Mon, 15 Jun 2020 14:31:15 +0200 Subject: [PATCH] added EM4x50 info function --- common_arm/Makefile.hal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common_arm/Makefile.hal b/common_arm/Makefile.hal index 455672e5f..0ae8b2d19 100644 --- a/common_arm/Makefile.hal +++ b/common_arm/Makefile.hal @@ -81,7 +81,8 @@ endif # common LF support PLATFORM_DEFS += \ -DWITH_LF \ - -DWITH_HITAG + -DWITH_HITAG \ + -DWITH_EM4x50 # common HF support PLATFORM_DEFS += \