summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32f40xxx_rcc.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-14 19:12:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-14 19:12:00 +0000
commit73029f78d3b571f32d73ed4a7014d2c1ac2bde36 (patch)
treec1ce30a79b10c930446ec6f7455dfed3d7c905be /nuttx/arch/arm/src/stm32/stm32f40xxx_rcc.c
parent8d4650b7597e5653bd1fb67fc7212793967d0673 (diff)
downloadnuttx-73029f78d3b571f32d73ed4a7014d2c1ac2bde36.tar.gz
nuttx-73029f78d3b571f32d73ed4a7014d2c1ac2bde36.tar.bz2
nuttx-73029f78d3b571f32d73ed4a7014d2c1ac2bde36.zip
STM32 F4 RTC driver is fully coded (but not tested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4176 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32f40xxx_rcc.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32f40xxx_rcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32f40xxx_rcc.c b/nuttx/arch/arm/src/stm32/stm32f40xxx_rcc.c
index 91f362059..e06a84d65 100644
--- a/nuttx/arch/arm/src/stm32/stm32f40xxx_rcc.c
+++ b/nuttx/arch/arm/src/stm32/stm32f40xxx_rcc.c
@@ -426,7 +426,7 @@ static inline void rcc_enableapb1(void)
#endif
/* Power interface clock enable. The PWR block is always enabled so that
- * we can set the internal voltage regulator for maximum performanc.
+ * we can set the internal voltage regulator for maximum performance.
*/
regval |= RCC_APB1ENR_PWREN;