| | |
| | | |
| | | <h2>Project:</h2> |
| | | E:\GIT\XRange_Tag\MDK-ARM\L051.uvprojx |
| | | Project File Date: 11/19/2024 |
| | | Project File Date: 12/03/2024 |
| | | |
| | | <h2>Output:</h2> |
| | | *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin' |
| | |
| | | uint16_t checksum; |
| | | ..\Src\application\dw_mbx_tag.c(142): warning: #177-D: variable "kk" was declared but never referenced |
| | | uint8_t kk; |
| | | ..\Src\application\dw_mbx_tag.c(328): warning: #177-D: variable "bat" was declared but never referenced |
| | | ..\Src\application\dw_mbx_tag.c(329): warning: #177-D: variable "bat" was declared but never referenced |
| | | u8 bat; |
| | | ..\Src\application\dw_mbx_tag.c(29): warning: #550-D: variable "result" was set but never used |
| | | static u8 frame_len,timeout,rec_nearbase_num,result; |
| | |
| | | void LoraUp_Poll(); |
| | | ../Src/radio/lora.h(46): warning: #1295-D: Deprecated declaration LoraUp_Poll - give arg types |
| | | void LoraUp_Poll(); |
| | | ../Src/main.c(263): warning: #186-D: pointless comparison of unsigned integer with zero |
| | | ../Src/main.c(280): warning: #186-D: pointless comparison of unsigned integer with zero |
| | | if(module_power<0) |
| | | ../Src/main.c(211): warning: #177-D: variable "temp" was declared but never referenced |
| | | ../Src/main.c(227): warning: #177-D: variable "temp" was declared but never referenced |
| | | { float temp; |
| | | ../Src/main.c(212): warning: #177-D: variable "temp2" was declared but never referenced |
| | | ../Src/main.c(228): warning: #177-D: variable "temp2" was declared but never referenced |
| | | uint16_t temp2; |
| | | ../Src/main.c(213): warning: #177-D: variable "i" was declared but never referenced |
| | | ../Src/main.c(229): warning: #177-D: variable "i" was declared but never referenced |
| | | uint16_t i; |
| | | ../Src/main.c(294): warning: #177-D: variable "bat_count" was declared but never referenced |
| | | ../Src/main.c(311): warning: #177-D: variable "bat_count" was declared but never referenced |
| | | static uint16_t bat_count = 0; |
| | | ../Src/main.c(334): warning: #223-D: function "RadioIrqProcess" declared implicitly |
| | | ../Src/main.c(351): warning: #223-D: function "RadioIrqProcess" declared implicitly |
| | | RadioIrqProcess(); |
| | | ../Src/main.c(809): warning: #223-D: function "Usart1InitVariables" declared implicitly |
| | | ../Src/main.c(826): warning: #223-D: function "Usart1InitVariables" declared implicitly |
| | | Usart1InitVariables(); |
| | | ../Src/main.c(1091): warning: #223-D: function "delay_ms" declared implicitly |
| | | ../Src/main.c(1108): warning: #223-D: function "delay_ms" declared implicitly |
| | | delay_ms(100); |
| | | ../Src/main.c(1094): warning: #223-D: function "delay_ms" declared implicitly |
| | | ../Src/main.c(1111): warning: #223-D: function "delay_ms" declared implicitly |
| | | delay_ms(10); |
| | | ../Src/main.c(272): warning: #177-D: function "SystemPower_Config" was declared but never referenced |
| | | ../Src/main.c(289): warning: #177-D: function "SystemPower_Config" was declared but never referenced |
| | | static void SystemPower_Config(void) |
| | | ../Src/main.c(361): warning: #177-D: variable "send_frame1" was declared but never referenced |
| | | ../Src/main.c(378): warning: #177-D: variable "send_frame1" was declared but never referenced |
| | | static uint8_t send_frame1[EUART_RX_BUF_SIZE]; |
| | | ../Src/main.c: 17 warnings, 0 errors |
| | | linking... |
| | | Program Size: Code=30156 RO-data=684 RW-data=708 ZI-data=7420 |
| | | Program Size: Code=30332 RO-data=684 RW-data=716 ZI-data=7436 |
| | | FromELF: creating hex file... |
| | | "L051\L051.axf" - 0 Error(s), 37 Warning(s). |
| | | |