zhyinch
2021-07-08 8eb8eba7ff14bab0754b0ec187f6c169112cd7a2
MDK-ARM/L051/L051.build_log.htm
@@ -22,7 +22,7 @@
 
<h2>Project:</h2>
E:\GIT\XRange_Tag\MDK-ARM\L051.uvprojx
Project File Date:  05/28/2021
Project File Date:  07/02/2021
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
@@ -48,23 +48,23 @@
     uint16_t temp2;
../Src/main.c(307): warning:  #177-D: variable "i"  was declared but never referenced
     uint16_t i;
../Src/main.c(400): warning:  #223-D: function "BarInit" declared implicitly
../Src/main.c(401): warning:  #223-D: function "BarInit" declared implicitly
              BarInit();
../Src/main.c(480): warning:  #177-D: variable "blink_count"  was declared but never referenced
../Src/main.c(481): warning:  #177-D: variable "blink_count"  was declared but never referenced
     { static uint16_t blink_count=0;
../Src/main.c(814): warning:  #223-D: function "Usart1InitVariables" declared implicitly
../Src/main.c(815): warning:  #223-D: function "Usart1InitVariables" declared implicitly
     Usart1InitVariables();
../Src/main.c(781): warning:  #177-D: variable "GPIO_InitStruct"  was declared but never referenced
../Src/main.c(782): warning:  #177-D: variable "GPIO_InitStruct"  was declared but never referenced
   GPIO_InitTypeDef GPIO_InitStruct = {0};
../Src/main.c(993): warning:  #223-D: function "delay_ms" declared implicitly
../Src/main.c(994): warning:  #223-D: function "delay_ms" declared implicitly
              delay_ms(100);
../Src/main.c(996): warning:  #223-D: function "delay_ms" declared implicitly
../Src/main.c(997): warning:  #223-D: function "delay_ms" declared implicitly
           delay_ms(10);
../Src/main.c(368): warning:  #177-D: function "SystemPower_Config"  was declared but never referenced
../Src/main.c(369): 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=30160 RO-data=544 RW-data=388 ZI-data=6716
Program Size: Code=30156 RO-data=540 RW-data=388 ZI-data=6716
FromELF: creating hex file...
"L051\L051.axf" - 0 Error(s), 17 Warning(s).