From 7906504e4ef6b5f15b3bc73bc3772cc88de090a0 Mon Sep 17 00:00:00 2001 From: wangfq Date: Thu, 25 Jun 2026 16:46:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(vd960Loop):=20=E4=BF=AE=E5=A4=8D=20g=5Finpu?= =?UTF-8?q?t=5Fdiv=20=E9=87=8D=E5=A4=8D=E5=AE=9A=E4=B9=89=E5=92=8C=20tmp?= =?UTF-8?q?=5Fble=5Fbuf=20=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ..gitignore.swp | Bin 0 -> 1024 bytes .../utilities/at32f421_freertos_demo/src/main.c | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 ..gitignore.swp diff --git a/..gitignore.swp b/..gitignore.swp new file mode 100644 index 0000000000000000000000000000000000000000..b5170d1514b514156528d619a81d10215e6c1658 GIT binary patch literal 1024 zcmYc?$V<%2S1{KzVn6{b^0o{``S~R%f;c$kX@$BWCKd*cIOJi%dg+-Zndy1?MX4~6 OQF=54MnhmALjV9QBn!L% literal 0 HcmV?d00001 diff --git a/vd960Loop/utilities/at32f421_freertos_demo/src/main.c b/vd960Loop/utilities/at32f421_freertos_demo/src/main.c index a99611b..9aa4f7b 100644 --- a/vd960Loop/utilities/at32f421_freertos_demo/src/main.c +++ b/vd960Loop/utilities/at32f421_freertos_demo/src/main.c @@ -40,6 +40,7 @@ volatile uint8_t usart1_rx_dma_status = 0; Pkg_Uart g_pkg_uart_1 = { 0, 0, 0, "", 0}; Pkg_Uart g_pkg_uart_report = { 0, 0, 0, "", 0}; +static uint8_t tmp_ble_buf[BUFF_STACK_SIZE]; /** @addtogroup FreeRTOS_demo @@ -52,7 +53,6 @@ __IO uint32_t sys_counter = 0; __IO uint64_t TimingDelayInc; __IO uint32_t TimingDelayDec; -uint8_t g_input_div = 1; TaskHandle_t loop_task_handler; @@ -60,8 +60,6 @@ TaskHandle_t loop_task_handler; #define WDT_TIMEOUT_MS 3000 // 看门狗超时时间 3秒 void wdt_init(void); void wdt_feed(void); -uint8_t g_input_div = 1; - tmr_output_config_type tmr_oc_init_structure;