From 753215b9660ddfe9eafc8e28252787df94779b99 Mon Sep 17 00:00:00 2001 From: Lizongdi <1210855344@qq.com> Date: Wed, 10 Jun 2026 15:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BE=85=E5=90=88=E3=80=91=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E4=B8=A4=E5=A4=84=E5=AE=8F=E5=AE=9A=E4=B9=89=E4=B8=BA?= =?UTF-8?q?0=E6=97=B6=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/common/common_cfg.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/common/common_cfg.h.in b/library/common/common_cfg.h.in index 3528e4b..9b6d2d9 100644 --- a/library/common/common_cfg.h.in +++ b/library/common/common_cfg.h.in @@ -28,8 +28,8 @@ extern "C"{ #cmakedefine USE_FREERTOS #cmakedefine USE_LWIP -#cmakedefine LUACOM_ID @LUACOM_ID@ -#cmakedefine PRINT_ID @PRINT_ID@ +#define LUACOM_ID @LUACOM_ID@ +#define PRINT_ID @PRINT_ID@ #ifdef __cplusplus #if __cplusplus