Skip to content
Snippets Groups Projects
Commit 0822feea authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fixed RTC clock setting (was set to external oscillator)

parent 0b593ed4
Branches
Tags
No related merge requests found
......@@ -93,6 +93,6 @@
#define CONFIG_OSC_AUTOCAL_RC32MHZ_REF_OSC OSC_ID_USBSOF
/* Use to enable and select RTC clock source */
#define CONFIG_RTC_SOURCE SYSCLK_RTCSRC_TOSC
#define CONFIG_RTC_SOURCE SYSCLK_RTCSRC_RCOSC
#endif /* CONF_CLOCK_H_INCLUDED */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment