From 814983b45844cf08f8506bec8162553cd93e2dcd Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 26 二月 2025 15:02:44 +0800 Subject: [PATCH] 2.13,修改为k8的单片机 测试防撞跟ss定位没问题。 --- Src/application/dw_ds_anc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_ds_anc.c b/Src/application/dw_ds_anc.c index eb0f1b8..fef2355 100644 --- a/Src/application/dw_ds_anc.c +++ b/Src/application/dw_ds_anc.c @@ -72,7 +72,7 @@ } void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { - if(GPIO_Pin==GPIO_PIN_8) + if(GPIO_Pin==GPIO_PIN_6) { Anchor_App(); } -- Gitblit v1.9.3