Commit 3bedf731 authored by Adam Wujek's avatar Adam Wujek

bootloader: make GCLK_GEN_0 and GCLK_GEN_3 run in standby

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent d275f03d
Pipeline #3662 passed with stage
in 42 seconds
......@@ -16,7 +16,7 @@
// <i> Indicates whether Run in Standby is enabled or not
// <id> gclk_arch_gen_0_RUNSTDBY
#ifndef CONF_GCLK_GEN_0_RUNSTDBY
#define CONF_GCLK_GEN_0_RUNSTDBY 0
#define CONF_GCLK_GEN_0_RUNSTDBY 1
#endif
// <q> Divide Selection
......@@ -243,7 +243,7 @@
// <i> Indicates whether Run in Standby is enabled or not
// <id> gclk_arch_gen_3_RUNSTDBY
#ifndef CONF_GCLK_GEN_3_RUNSTDBY
#define CONF_GCLK_GEN_3_RUNSTDBY 0
#define CONF_GCLK_GEN_3_RUNSTDBY 1
#endif
// <q> Divide Selection
......
Markdown is supported
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