From 1bd493e97b116e3db8cb588e243bac0895844ebc Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 31 Oct 2010 22:46:33 +0000 Subject: Missing quote git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3068 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch') 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 -- cgit v1.2.3