From fbd9ae4b67b74a9a215f8231d33e3b2f5509abd0 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Mon, 30 Aug 2021 17:35:47 -0400 Subject: run watch at 4 MHz unless USB is enabled --- watch-library/config/hpl_oscctrl_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watch-library/config/hpl_oscctrl_config.h') diff --git a/watch-library/config/hpl_oscctrl_config.h b/watch-library/config/hpl_oscctrl_config.h index 405ff207..ba2d42e6 100644 --- a/watch-library/config/hpl_oscctrl_config.h +++ b/watch-library/config/hpl_oscctrl_config.h @@ -147,7 +147,7 @@ // This defines the oscillator frequency (Mhz) // osc16m_freq #ifndef CONF_OSC16M_FSEL -#define CONF_OSC16M_FSEL OSCCTRL_OSC16MCTRL_FSEL_8_Val +#define CONF_OSC16M_FSEL OSCCTRL_OSC16MCTRL_FSEL_4_Val #endif // Oscillator Calibration Control -- cgit v1.2.3