From 265a3d1ac1aa5a88b83790490fcb1fd1ecbe1b84 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 11 一月 2024 11:38:45 +0800 Subject: [PATCH] V1.40 --- Src/application/dw_app.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 153240b..ee45565 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -30,6 +30,8 @@ #define MIN_ANCHOR_NUM 2 #define SYNC_SEQ_IDX 5 #define REMOTEPARA_LEN 18 +#define TOTAL_SLOTNUM 200 +#define SLOTTIME_MS 48 #define POLL 0x01 #define RESPONSE 0x02 -- Gitblit v1.9.3