From de542f653793306c903085bc3a1b590ce29caec8 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期四, 20 三月 2025 18:17:57 +0800 Subject: [PATCH] 时间同步BUG修复 --- keil/include/components/hal/pan_rf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/include/components/hal/pan_rf.c b/keil/include/components/hal/pan_rf.c index 475846b..26a76ac 100644 --- a/keil/include/components/hal/pan_rf.c +++ b/keil/include/components/hal/pan_rf.c @@ -8,7 +8,7 @@ *******************************************************************************/ #include "pan_port.h" #include "pan_param.h" -#include "lora_3029.h" +#include "lora_1268.h" #include "PCA9555.h" /* * flag that indicate if a new packet is received. -- Gitblit v1.9.3