summaryrefslogtreecommitdiff
path: root/src/common/power.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/power.c')
-rw-r--r--src/common/power.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/power.c b/src/common/power.c
index c7a5aab..3ca0d1c 100644
--- a/src/common/power.c
+++ b/src/common/power.c
@@ -30,6 +30,8 @@
void
power_init (void)
{
+ /* Change initial clock. */
+ power_clock_prescale_set (AC_POWER_CLKPS_INITIAL);
/* Shutdown unused peripherals. */
/* Analog comparator. */
ACSR = _BV (ACD);