From c0fb13f1543a71a46a4de45f5d37f50e5ce95ce1 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期四, 19 十一月 2020 12:43:09 +0800 Subject: [PATCH] 去掉自动修改时间片操作 --- Inc/main.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Inc/main.h b/Inc/main.h index 02e8b3a..a48fd5c 100644 --- a/Inc/main.h +++ b/Inc/main.h @@ -59,7 +59,7 @@ #define LPTIMER_LSB 30.518 //1 puls=30.518us #define LPTIMER_1S_COUNT 32767 #define USART_KEEPWAKE_TIME 10 -#define KEY_KEEPRESET_TIME 120 +#define KEY_KEEPRESET_TIME 5 /* USER CODE END EC */ /* Exported macro ------------------------------------------------------------*/ -- Gitblit v1.9.3