From: R. Steve McKown Date: Sat, 10 Dec 2011 09:03:04 +0000 (-0700) Subject: Make comment in tmr_init() more clear X-Git-Tag: 1.0~19 X-Git-Url: https://oss.titaniummirror.com/gitweb?p=rgblamp.git;a=commitdiff_plain;h=2a59f24fa402e1efbbc988e04b0c2421cfbf9118 Make comment in tmr_init() more clear --- diff --git a/tmr.c b/tmr.c index 1dbca1a..34a9733 100644 --- a/tmr.c +++ b/tmr.c @@ -37,7 +37,7 @@ static tmr_time_t _tmr_elapsed[TMR_COUNT]; void tmr_init() { - /* Configure Timer0 to overflow every 32 msec. Adjust with + /* Configure Timer0 to overflow every 32 msec. Adjust for * Fosc as set in picinit.[ch]. At 4 MHz, prescale is 1:128. * TMR0CS = 0, PSA = 0, PS = 0b110 */