]> oss.titaniummirror.com Git - rgblamp.git/commitdiff
Make comment in tmr_init() more clear
authorR. Steve McKown <rsmckown@gmail.com>
Sat, 10 Dec 2011 09:03:04 +0000 (02:03 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Sat, 10 Dec 2011 09:08:04 +0000 (02:08 -0700)
tmr.c

diff --git a/tmr.c b/tmr.c
index 1dbca1ab86f1004184085c0e924d0c048d5cff8f..34a9733e5737aebf2f95e9f0c070fd76ffd0a027 100644 (file)
--- 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
   */