From 7abf818c189ba751b9c21110890b95b9a1881188 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 19 一月 2024 15:06:54 +0800 Subject: [PATCH] lora+UWB测距调通,一基站3标签,丢包率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