From cc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 30 Apr 2013 18:31:47 -0600 Subject: Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit --- nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c') diff --git a/nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c b/nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c index 8b4af3181..807f4d890 100644 --- a/nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c +++ b/nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c @@ -74,10 +74,10 @@ void stm32_board_clockconfig(void) { uint32_t regval; - /* Configure chip clocking to use the internal 16Mhz RC oscillator. - - NOTE: We will assume the HSIRDY (High Speed Internal RC Ready) bit is - set, otherwise we wouldn't be here executing code. + /* Configure chip clocking to use the internal 16Mhz RC oscillator. + * + * NOTE: We will assume the HSIRDY (High Speed Internal RC Ready) bit is + * set, otherwise we wouldn't be here executing code. */ regval = getreg32(STM32_RCC_APB1ENR); -- cgit v1.2.3