From 8770b97111b845632246b08696f4362f6e88a5ee Mon Sep 17 00:00:00 2001 From: guanjiao <sqrgj@163.com> Date: 星期六, 15 九月 2018 20:31:25 +0800 Subject: [PATCH] Merge branch 'dev_zyc' into Merge_anchor_and_tag --- 源码/核心板/Src/OnChipDevices/RTC.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/RTC.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/RTC.h" new file mode 100644 index 0000000..0bcc693 --- /dev/null +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/RTC.h" @@ -0,0 +1,10 @@ +#ifndef __RTC_H_ +#define __RTC_H_ + +#include "stm32f10x.h" + + +void RTC_Configuration(void); + + +#endif -- Gitblit v1.9.3