From ef2519e856f324550def78ebdd57f2b7a8743e5d Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 02 二月 2024 18:35:37 +0800
Subject: [PATCH] 初步开发完成

---
 Src/radio/sx126x-board.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Src/radio/sx126x-board.c b/Src/radio/sx126x-board.c
index e54e064..a079fe7 100644
--- a/Src/radio/sx126x-board.c
+++ b/Src/radio/sx126x-board.c
@@ -56,7 +56,7 @@
 {
     HAL_Delay_nMS( 10 );
     HAL_GPIO_WritePin( RADIO_nRESET_GPIO_Port, RADIO_nRESET_Pin,GPIO_PIN_RESET);	  
-    HAL_Delay_nMS( 20 );
+    delay_us( 2000 );
     HAL_GPIO_WritePin( RADIO_nRESET_GPIO_Port, RADIO_nRESET_Pin,GPIO_PIN_SET);
     HAL_Delay_nMS( 10 );
 }

--
Gitblit v1.9.3