summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c')
-rw-r--r--nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c8
1 files changed, 4 insertions, 4 deletions
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);