Subversion Repositories BL-Ctrl

Compare Revisions

Ignore whitespace Rev 30 → Rev 31

/branches/v0.31_8kHz_PWM/timer0.c
20,6 → 20,7
SIGNAL(SIG_OVERFLOW0)
{
static unsigned char cnt;
TCNT0 = 0x7F;
Timer0Overflow++;
if(!cnt--)
{