From 1ebb084c4d5216f4e5e3e61a63c88f568caf779e Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期五, 28 九月 2018 11:27:10 +0800
Subject: [PATCH] 增加多标签测距功能,标签有bug,长时间会死机

---
 源码/核心板/Src/OnChipDevices/Usart.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.h"
index 3041a96..0cb0059 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.h"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.h"
@@ -3,8 +3,6 @@
 #define __USART_H__
 
 #include "stm32f10x.h"
-#include <string.h>
-
 
 //#define UART_GPIO_REMAP_ENABLE
 #ifdef UART_GPIO_REMAP_ENABLE

--
Gitblit v1.9.3