summaryrefslogtreecommitdiffstats
path: root/app/main.c
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-02-21 13:18:34 +0000
committerfishsoupisgood <github@madingley.org>2019-02-21 13:18:34 +0000
commite761edee5e8ef7106fc8080fc386447e7956be71 (patch)
treebba377795294a958501ee3ebbcb30d2064a80c13 /app/main.c
parentc93861c733ced9c6659241cea69c7feed56afcce (diff)
downloadclock-e761edee5e8ef7106fc8080fc386447e7956be71.tar.gz
clock-e761edee5e8ef7106fc8080fc386447e7956be71.tar.bz2
clock-e761edee5e8ef7106fc8080fc386447e7956be71.zip
add edge magic
Diffstat (limited to 'app/main.c')
-rw-r--r--app/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/main.c b/app/main.c
index 6116a5b..703d366 100644
--- a/app/main.c
+++ b/app/main.c
@@ -49,6 +49,7 @@ static void
board_setup (void)
{
rcc_osc_bypass_enable (HSE);
+ RCC_SSCGR=0;
rcc_clock_setup_hse_3v3 (&hse_10mhz_3v3_168);
rcc_periph_clock_enable (RCC_SYSCFG);