RTC functions for STM32F103

Revision:
1:f0b4e50e55a6
Parent:
0:22eb12b5dd2f
--- a/nnio_stm32f10x_rtc.cpp	Fri Sep 16 19:34:41 2016 +0000
+++ b/nnio_stm32f10x_rtc.cpp	Sun Sep 25 20:17:30 2016 +0000
@@ -1,5 +1,6 @@
 #include "nnio_stm32f10x_rtc.h"
 
+// Enable this to use external clock, or disable to use internal clock
 #define ENABLE_LSE_CLOCK
 
 void RTC_Init(void)