summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-30 18:31:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-30 18:31:47 -0600
commitcc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8 (patch)
treeeb987a4914c3536d3825cee69f0eb112765b57c4 /nuttx/configs/mikroe-stm32f4/src/up_clockconfig.c
parent74a16b2ced4a5884d45b9b6d756a690ce1d8c6c0 (diff)
downloadpx4-nuttx-cc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8.tar.gz
px4-nuttx-cc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8.tar.bz2
px4-nuttx-cc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8.zip
Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit
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);