summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32f40xxx_rtc.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-28 00:48:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-28 00:48:00 +0000
commit78b440f4520f4fc7f6d4e5bdda2a157382e7096b (patch)
treefbe49ae4214b4d3c13d01a00e6d95b281da19b2b /nuttx/arch/arm/src/stm32/stm32f40xxx_rtc.c
parent56224ea316165af86d3db983464e40e1b5b2ac63 (diff)
downloadpx4-nuttx-78b440f4520f4fc7f6d4e5bdda2a157382e7096b.tar.gz
px4-nuttx-78b440f4520f4fc7f6d4e5bdda2a157382e7096b.tar.bz2
px4-nuttx-78b440f4520f4fc7f6d4e5bdda2a157382e7096b.zip
ST3210E-EVAL: Add power management configuration; move all linker scripts to common files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4879 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32f40xxx_rtc.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32f40xxx_rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32f40xxx_rtc.c b/nuttx/arch/arm/src/stm32/stm32f40xxx_rtc.c
index c19521695..f92d46b16 100644
--- a/nuttx/arch/arm/src/stm32/stm32f40xxx_rtc.c
+++ b/nuttx/arch/arm/src/stm32/stm32f40xxx_rtc.c
@@ -631,7 +631,7 @@ int up_rtcinitialize(void)
#endif
g_rtc_enabled = true;
- rtc_dumpregs("After Initialzation");
+ rtc_dumpregs("After Initialization");
return OK;
}