summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-11 09:13:51 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-11 12:17:55 -0500
commit27fa69ccac364401eeb59192c02aa6f7e93262c0 (patch)
treee776993549bec7f031366f3203394ccce943a7d5
parent108b9991d293eecbd02fa87ea6dea1c239959dc4 (diff)
downloadSensor-Watch-27fa69ccac364401eeb59192c02aa6f7e93262c0.tar.gz
Sensor-Watch-27fa69ccac364401eeb59192c02aa6f7e93262c0.tar.bz2
Sensor-Watch-27fa69ccac364401eeb59192c02aa6f7e93262c0.zip
eic: clock from OSCULP32K for power savings
-rw-r--r--watch-library/shared/config/hpl_eic_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/shared/config/hpl_eic_config.h b/watch-library/shared/config/hpl_eic_config.h
index be54c2e1..a6871512 100644
--- a/watch-library/shared/config/hpl_eic_config.h
+++ b/watch-library/shared/config/hpl_eic_config.h
@@ -12,7 +12,7 @@
// <0x1=> Clocked by ULPOSC32K
// <id> eic_arch_cksel
#ifndef CONF_EIC_CKSEL
-#define CONF_EIC_CKSEL 0
+#define CONF_EIC_CKSEL 1
#endif
// </h>