From 950676ea7305bb90e08ec88bcac40e4c47fcefca Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期四, 15 五月 2025 11:06:38 +0800 Subject: [PATCH] 添加计步以及测距 --- 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