From 0dfe35b40cdcea88d1f4727df66feb1b4d4cf467 Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期六, 16 五月 2020 18:58:44 +0800
Subject: [PATCH] 初步改好,有bug 0xfffff

---
 Inc/main.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Inc/main.h b/Inc/main.h
index 5fa0da2..03ffb26 100644
--- a/Inc/main.h
+++ b/Inc/main.h
@@ -47,6 +47,10 @@
 extern ADC_HandleTypeDef hadc;
 extern LPTIM_HandleTypeDef hlptim1;
 extern uint16_t lastpoll_count,interval_count,slot_startcount,tag_frequency,tyncpoll_time,waitusart_timer;
+typedef uint32_t  u32;
+typedef uint16_t u16;
+typedef uint8_t  u8;
+extern uint16_t slottime,max_slotpos;
 /* USER CODE END ET */
 
 /* Exported constants --------------------------------------------------------*/

--
Gitblit v1.9.3