summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-31 22:46:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-31 22:46:33 +0000
commit1bd493e97b116e3db8cb588e243bac0895844ebc (patch)
tree955ec22ef11df0af4fffd77d852c9e0275aa46e3 /nuttx/arch
parentfc3b607dbf64112c22e64a6230c0c8043f7031f1 (diff)
downloadpx4-nuttx-1bd493e97b116e3db8cb588e243bac0895844ebc.tar.gz
px4-nuttx-1bd493e97b116e3db8cb588e243bac0895844ebc.tar.bz2
px4-nuttx-1bd493e97b116e3db8cb588e243bac0895844ebc.zip
Missing quote
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3068 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c b/nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c
index 9e1b2747b..e85ec33bb 100644
--- a/nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c
+++ b/nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c
@@ -165,7 +165,7 @@ void up_timerinit(void)
/* Enable clocking: "The clock for the RTC bus interface (CLK_RTC) is generated
* by the Power Manager. This clock is enabled at reset, and can be disabled
* in the Power Manager. It is recommended to disable the RTC before disabling
- * the clock, to avoid freezing the RTC in an undefined state.
+ * the clock, to avoid freezing the RTC in an undefined state."
*/
#if 0