From ec22d5dcf5153cefc08d495ecf339edf3d799cba Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期二, 02 四月 2024 15:58:16 +0800 Subject: [PATCH] Merge branch '免布线URT-LORA-L071' of http://47.108.70.204:60062/r/XRange_Tag into 免布线URT-LORA-L071 --- Src/radio/delay.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/radio/delay.c b/Src/radio/delay.c index a48a18a..6506ba0 100644 --- a/Src/radio/delay.c +++ b/Src/radio/delay.c @@ -29,5 +29,6 @@ uint32_t tickstart = 0; tickstart = HAL_GetTick( ); while( ( HAL_GetTick( ) - tickstart ) < Delay ); +// Delay_Us(Delay); } -- Gitblit v1.9.3