From 4cf395d3c97e14e2e4797dc7672d41ade893628e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 12 Nov 2011 17:49:22 +0100 Subject: obldc examples: Fix comments and coding-style. --- examples/stm32/f1/obldc/led/led.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32/f1/obldc/led') 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 #include -/* 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. */ -- cgit v1.2.3