Missing quote

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3068 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-10-31 22:46:33 +00:00
parent 0e2dce184a
commit d8d7e07913
+1 -1
View File
@@ -165,7 +165,7 @@ void up_timerinit(void)
/* Enable clocking: "The clock for the RTC bus interface (CLK_RTC) is generated /* 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 * 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 * 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 #if 0