Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Revision 153:0a78729d3229, committed 2017-01-22
- Comitter:
- riktw
- Date:
- Sun Jan 22 22:20:36 2017 +0000
- Parent:
- 152:4ad7ad749c0c
- Commit message:
- Back to 8Mhz clock. Revision 1.0
Changed in this revision
| targets/TARGET_STM/TARGET_STM32F0/rtc_api.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/TARGET_STM/TARGET_STM32F0/rtc_api.c Sun Dec 25 09:52:32 2016 +0000
+++ b/targets/TARGET_STM/TARGET_STM32F0/rtc_api.c Sun Jan 22 22:20:36 2017 +0000
@@ -123,7 +123,7 @@
RtcHandle.Init.HourFormat = RTC_HOURFORMAT_24;
RtcHandle.Init.AsynchPrediv = 124;
- RtcHandle.Init.SynchPrediv = 3999;
+ RtcHandle.Init.SynchPrediv = 1999;
RtcHandle.Init.OutPut = RTC_OUTPUT_DISABLE;
RtcHandle.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH;
RtcHandle.Init.OutPutType = RTC_OUTPUT_TYPE_OPENDRAIN;
