From b0b6c44f2adbbbac2711f4531ef552e15a1e8b45 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期一, 10 三月 2025 16:03:26 +0800 Subject: [PATCH] 对比poll_rx_en_start_u32这个的值的代码 --- keil/include/components/hal/pan_port.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/keil/include/components/hal/pan_port.c b/keil/include/components/hal/pan_port.c index 87a18b5..b81f25e 100644 --- a/keil/include/components/hal/pan_port.c +++ b/keil/include/components/hal/pan_port.c @@ -64,6 +64,7 @@ { // PORT_SetBits(PortA, Pin04); gpio_pin_set(LORA_CS); +// gpio_pin_set(LORA_CS2); } /** @@ -75,6 +76,7 @@ { // PORT_ResetBits(PortA, Pin04); gpio_pin_clr(LORA_CS); +// gpio_pin_clr(LORA_CS2); } /** -- Gitblit v1.9.3