From 7c57e005ca3ad25ab6c16347916ae6abbbcee367 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 15 九月 2023 16:49:55 +0800
Subject: [PATCH] 1

---
 Src/radio/Lora.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Src/radio/Lora.h b/Src/radio/Lora.h
index 936c369..6aa3aaa 100644
--- a/Src/radio/Lora.h
+++ b/Src/radio/Lora.h
@@ -4,11 +4,12 @@
 #include <stdint.h>
 #include <stdbool.h>
 void OnTxTimeout( void );
-   void OnRxTimeout( void );
+void OnRxTimeout( void );
 void OnRxError( void );
 void T_R_Init(uint8_t kind);
 void Lora_Init(void);
 void OnRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr );
 void OnTxDone( void );
 void LedToggle(void);
+
 #endif 

--
Gitblit v1.9.3