aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stm32/stm32f0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/stm32f0.c b/src/stm32/stm32f0.c
index 06b5d3ab..701346c5 100644
--- a/src/stm32/stm32f0.c
+++ b/src/stm32/stm32f0.c
@@ -64,7 +64,7 @@ gpio_clock_enable(GPIO_TypeDef *regs)
RCC->AHBENR;
}
-#define STM_OSPEED 0x2 // ~2Mhz at 50pF
+#define STM_OSPEED 0x1 // ~10Mhz at 50pF
// Set the mode and extended function of a pin
void