From 5dac14974c9b2d00431430e9f24dd7e26f69246f Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Fri, 11 Feb 2022 12:22:11 -0500 Subject: osc32kctrl: implement CONF_SLCDCTRL_SRC setting --- watch-library/shared/config/hpl_osc32kctrl_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'watch-library/shared/config') diff --git a/watch-library/shared/config/hpl_osc32kctrl_config.h b/watch-library/shared/config/hpl_osc32kctrl_config.h index 540f1c60..a77800e9 100644 --- a/watch-library/shared/config/hpl_osc32kctrl_config.h +++ b/watch-library/shared/config/hpl_osc32kctrl_config.h @@ -50,12 +50,12 @@ // SLCD source control // SLCD Clock Source Selection -// 32kHz Ultra Low Power Internal Oscillator (OSCULP32K) -// 32kHz External Crystal Oscillator (XOSC32K) +// <0> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K) +// <1> 32kHz External Crystal Oscillator (XOSC32K) // This defines the clock source for SLCD // slcd_source_oscillator #ifndef CONF_SLCDCTRL_SRC -#define CONF_SLCDCTRL_SRC GCLK_GENCTRL_SRC_XOSC32K +#define CONF_SLCDCTRL_SRC 0 #endif // -- cgit v1.2.3