RTC functions for STM32F103
Revision 1:f0b4e50e55a6, committed 2016-09-25
- Comitter:
- olympux
- Date:
- Sun Sep 25 20:17:30 2016 +0000
- Parent:
- 0:22eb12b5dd2f
- Commit message:
- Added comment to LSE or LSI clock source
Changed in this revision
nnio_stm32f10x_rtc.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 22eb12b5dd2f -r f0b4e50e55a6 nnio_stm32f10x_rtc.cpp --- 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)