From 72f3802bd7ab24b672c951a287787b5dea253f3b Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期六, 02 八月 2025 10:48:36 +0800 Subject: [PATCH] Merge branch 'clh' into liuyang --- SourceCode/Bond/EAPSimulator/Common.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/Common.h b/SourceCode/Bond/EAPSimulator/Common.h new file mode 100644 index 0000000..121f282 --- /dev/null +++ b/SourceCode/Bond/EAPSimulator/Common.h @@ -0,0 +1,6 @@ +#pragma once + + +#define RX_CODE_TEST 0 +#define RX_CODE_LOG 1000 +#define RX_CODE_ACTIVE_STATUS_CHANGED 1001 \ No newline at end of file -- Gitblit v1.9.3