From 2a59f24fa402e1efbbc988e04b0c2421cfbf9118 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sat, 10 Dec 2011 02:03:04 -0700 Subject: [PATCH] Make comment in tmr_init() more clear --- tmr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2