From a268b9fa1c215ae353de26fb137665232381debe Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期四, 20 九月 2018 21:16:18 +0800
Subject: [PATCH] 上海调试完成,可通讯,可设ID

---
 源码/核心板/Src/OnChipDevices/Rcc_Nvic_Systick.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Rcc_Nvic_Systick.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Rcc_Nvic_Systick.h"
index 9ddbb98..fcd4f82 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Rcc_Nvic_Systick.h"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Rcc_Nvic_Systick.h"
@@ -4,10 +4,12 @@
 
 #include "stm32f10x.h"
 
+#define DECAIRQ_EXTI_IRQn			EXTI2_IRQn
+
 void Rcc_Init(void);
 void Nvic_Init(void);
 int Systick_Init(void);
 void delay_us(uint32_t nTimer);
 void delay_ms(uint32_t nTimer);
-
+void RTC_Configuration(void);
 #endif

--
Gitblit v1.9.3