From 52cbcc608dbcf47139a118bf3baf2731fd7ae0db Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期五, 13 十一月 2020 15:55:57 +0800
Subject: [PATCH] 增加主基站丢失十次进入DISCOVER模式

---
 MDK-ARM/L051/L051.build_log.htm |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/MDK-ARM/L051/L051.build_log.htm b/MDK-ARM/L051/L051.build_log.htm
index fc4ca79..df91934 100644
--- a/MDK-ARM/L051/L051.build_log.htm
+++ b/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:  11/07/2020
+Project File Date:  11/13/2020
 
 <h2>Output:</h2>
 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
@@ -44,27 +44,27 @@
   			delay_ms(100);
 ../Src/main.c(200): warning:  #223-D: function "delay_ms" declared implicitly
   			delay_ms(100);
-../Src/main.c(274): warning:  #186-D: pointless comparison of unsigned integer with zero
+../Src/main.c(275): warning:  #186-D: pointless comparison of unsigned integer with zero
   		if(g_com_map[POWER]<0)
-../Src/main.c(297): warning:  #223-D: function "printf" declared implicitly
+../Src/main.c(298): warning:  #223-D: function "printf" declared implicitly
   	printf("标签ID: %d .\r\n",dev_id);
-../Src/main.c(247): warning:  #177-D: variable "temp"  was declared but never referenced
+../Src/main.c(248): warning:  #177-D: variable "temp"  was declared but never referenced
   {	float temp;
-../Src/main.c(248): warning:  #177-D: variable "temp2"  was declared but never referenced
+../Src/main.c(249): warning:  #177-D: variable "temp2"  was declared but never referenced
   	uint16_t temp2;
-../Src/main.c(249): warning:  #177-D: variable "i"  was declared but never referenced
+../Src/main.c(250): warning:  #177-D: variable "i"  was declared but never referenced
   	uint16_t i;
-../Src/main.c(400): warning:  #177-D: variable "blink_count"  was declared but never referenced
+../Src/main.c(401): warning:  #177-D: variable "blink_count"  was declared but never referenced
   	{ static uint16_t blink_count=0;
-../Src/main.c(672): warning:  #223-D: function "Usart1InitVariables" declared implicitly
+../Src/main.c(673): warning:  #223-D: function "Usart1InitVariables" declared implicitly
   	Usart1InitVariables();
-../Src/main.c(639): warning:  #177-D: variable "GPIO_InitStruct"  was declared but never referenced
+../Src/main.c(640): warning:  #177-D: variable "GPIO_InitStruct"  was declared but never referenced
    GPIO_InitTypeDef GPIO_InitStruct = {0};
-../Src/main.c(307): warning:  #177-D: function "SystemPower_Config"  was declared but never referenced
+../Src/main.c(308): 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=25932 RO-data=396 RW-data=276 ZI-data=6468  
+Program Size: Code=25668 RO-data=396 RW-data=292 ZI-data=6396  
 FromELF: creating hex file...
 "L051\L051.axf" - 0 Error(s), 17 Warning(s).
 

--
Gitblit v1.9.3