aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/obldc/led
diff options
context:
space:
mode:
authorUwe Hermann2011-11-12 17:49:22 +0100
committerUwe Hermann2011-11-12 17:53:06 +0100
commit4cf395d3c97e14e2e4797dc7672d41ade893628e (patch)
tree1b551f504dd7dfce802a19d7e72c31a607a4e9cb /examples/stm32/f1/obldc/led
parentf3f1123d075836e46cdaeeae02b815cc511c0819 (diff)
obldc examples: Fix comments and coding-style.
Diffstat (limited to 'examples/stm32/f1/obldc/led')
-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. */