aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/obldc/led/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f1/obldc/led/led.c')
-rw-r--r--examples/stm32/f1/obldc/led/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/obldc/led/led.c b/examples/stm32/f1/obldc/led/led.c
index db479b2..f66135a 100644
--- a/examples/stm32/f1/obldc/led/led.c
+++ b/examples/stm32/f1/obldc/led/led.c
@@ -21,9 +21,9 @@
#include <libopencm3/stm32/f1/rcc.h>
#include <libopencm3/stm32/f1/gpio.h>
-/* Set STM32 to 72 MHz. */
void clock_setup(void)
{
+ /* Set STM32 to 72 MHz. */
rcc_clock_setup_in_hse_8mhz_out_72mhz();
/* Enable GPIOA clock. */