From 49e8ee393027960925ebb491d469e512c247ce24 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 13 九月 2024 11:47:23 +0800 Subject: [PATCH] 1.29,修复不能升级的bug --- MDK-ARM/L051/L051.build_log.htm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MDK-ARM/L051/L051.build_log.htm b/MDK-ARM/L051/L051.build_log.htm index 542378e..bb3993a 100644 --- a/MDK-ARM/L051/L051.build_log.htm +++ b/MDK-ARM/L051/L051.build_log.htm @@ -53,19 +53,19 @@ uint16_t i; ../Src/main.c(411): warning: #177-D: variable "bat_count" was declared but never referenced static uint16_t bat_count = 0; +../Src/main.c(455): warning: #223-D: function "RadioIrqProcess" declared implicitly + RadioIrqProcess(); ../Src/main.c(567): warning: #177-D: variable "l_u32QXpowerTick" was declared but never referenced static uint32_t l_u32QXpowerTick = 0; ../Src/main.c(568): warning: #177-D: variable "powercount" was declared but never referenced static uint32_t powercount=0; -../Src/main.c(766): warning: #223-D: function "RadioIrqProcess" declared implicitly - RadioIrqProcess(); ../Src/main.c(1065): warning: #223-D: function "Usart1InitVariables" declared implicitly Usart1InitVariables(); ../Src/main.c(382): warning: #177-D: function "SystemPower_Config" was declared but never referenced static void SystemPower_Config(void) ../Src/main.c: 17 warnings, 0 errors linking... -Program Size: Code=39712 RO-data=820 RW-data=684 ZI-data=8372 +Program Size: Code=39700 RO-data=820 RW-data=684 ZI-data=8372 FromELF: creating hex file... "L051\L051.axf" - 0 Error(s), 17 Warning(s). -- Gitblit v1.9.3