X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tmr.c;h=34a9733e5737aebf2f95e9f0c070fd76ffd0a027;hb=7716131e4924c8bdfed9792e6425353fa69ea8b4;hp=1dbca1ab86f1004184085c0e924d0c048d5cff8f;hpb=0da409308ec3acb8b3ed8fc62ba6ed2aac1d33ff;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 */