From 5b83d40633dc8a6dce22ac726619520d8bf36b22 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 07 十一月 2024 11:19:11 +0800 Subject: [PATCH] 1.21,修复会死机的bug,现场测说还偶尔死机 --- Src/application/dw_app.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 0928e1f..3f0a820 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -113,7 +113,7 @@ extern uint32_t g_UWB_com_interval; extern float dis_after_filter; -extern uint8_t usart_send[25]; +extern uint8_t usart_send[100]; void IdleTask(void); uint16_t Checksum_u16(uint8_t* pdata, uint32_t len); -- Gitblit v1.9.3