From 120971c466917a1f45edd8600b67faf4ddb2a3cc Mon Sep 17 00:00:00 2001 From: dxl <64101226@qq.com> Date: Tue, 22 Aug 2023 20:15:05 +0800 Subject: [PATCH] Fixed chameleon lite compile failed. --- firmware/application/src/app_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/application/src/app_main.c b/firmware/application/src/app_main.c index 98840bd..10aec50 100644 --- a/firmware/application/src/app_main.c +++ b/firmware/application/src/app_main.c @@ -469,7 +469,7 @@ static void cycle_slot(bool dec) { set_slot_light_color(color_new); } -//#if defined(PROJECT_CHAMELEON_ULTRA) +#if defined(PROJECT_CHAMELEON_ULTRA) // fast detect a 14a tag uid to sim static void btn_fn_copy_ic_uid(void) { @@ -539,7 +539,7 @@ static void btn_fn_copy_ic_uid(void) { } } -//#endif +#endif /**@brief Execute the corresponding logic based on the functional settings of the buttons. */