From 780a9a168721e7b706a3fa3145ac9cdcc09409b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=96=87=E5=BC=BA?= <524885600@qq.com> Date: Sat, 6 Feb 2021 21:01:52 +0800 Subject: [PATCH] fix a timer bug --- BabyOS_Example/BabyOS_Hal/b_hal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BabyOS_Example/BabyOS_Hal/b_hal.c b/BabyOS_Example/BabyOS_Hal/b_hal.c index 1c15b6e..04886b4 100644 --- a/BabyOS_Example/BabyOS_Hal/b_hal.c +++ b/BabyOS_Example/BabyOS_Hal/b_hal.c @@ -74,7 +74,7 @@ * \defgroup HAL_Private_Variables * \{ */ -volatile uint32_t bSysTick = 0; +volatile uint64_t bSysTick = 0; /** * \} */ -- Gitee