From 8d3116c2a47b86ffa41798023bcdca7868908135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=90=AA?= Date: Tue, 28 Jul 2026 10:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86GPIO18=E7=9A=84433=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E7=A7=BB=E5=88=B0=E6=9C=80=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/example/ble/ble_peripheral/app/src/arch_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/example/ble/ble_peripheral/app/src/arch_main.c b/project/example/ble/ble_peripheral/app/src/arch_main.c index d5b7975..3cbe852 100644 --- a/project/example/ble/ble_peripheral/app/src/arch_main.c +++ b/project/example/ble/ble_peripheral/app/src/arch_main.c @@ -242,8 +242,6 @@ void board_init() #if (_DEBUG_ == 1) app_uart_init(); #endif - rf433_gpio_init(); - rf433_decoder_init(); //h // LOGI("ytt sdk version: %s build time: %s %s\n", TOSTRING(SDK_VERSION), __DATE__, __TIME__); stack_tag(); @@ -451,6 +449,8 @@ int main(void) #endif // gpio_pullup_input_inter_test(); adc_Init(); + rf433_decoder_init(); + rf433_gpio_init(); while (1){ //DEBUG("222\r\n"); //printf("ddd=%d---%d---%d\r\n",W_PWM_duty,C_PWM_duty,(2*deadTime));