From bb8741a79bba96416b0454d4a97060866fa3a3a1 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 13 Nov 2011 17:07:21 +0100 Subject: examples: Even more coding-style fixes. --- examples/stm32/f1/other/timer_interrupt/timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/stm32/f1/other/timer_interrupt') diff --git a/examples/stm32/f1/other/timer_interrupt/timer.c b/examples/stm32/f1/other/timer_interrupt/timer.c index b523503..219ed09 100644 --- a/examples/stm32/f1/other/timer_interrupt/timer.c +++ b/examples/stm32/f1/other/timer_interrupt/timer.c @@ -30,9 +30,9 @@ void gpio_setup(void) /* Set GPIO6/7 (in GPIO port B) to 'output push-pull' for the LEDs. */ gpio_set_mode(GPIOB, GPIO_MODE_OUTPUT_2_MHZ, - GPIO_CNF_OUTPUT_PUSHPULL, GPIO6); + GPIO_CNF_OUTPUT_PUSHPULL, GPIO6); gpio_set_mode(GPIOB, GPIO_MODE_OUTPUT_2_MHZ, - GPIO_CNF_OUTPUT_PUSHPULL, GPIO7); + GPIO_CNF_OUTPUT_PUSHPULL, GPIO7); } void nvic_setup(void) -- cgit v1.2.3