X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tmr.c;h=34a9733e5737aebf2f95e9f0c070fd76ffd0a027;hb=2a59f24fa402e1efbbc988e04b0c2421cfbf9118;hp=1dbca1ab86f1004184085c0e924d0c048d5cff8f;hpb=09441b496c6b40be151e4e655572cb37518e7225;p=rgblamp.git 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 */