Subversion Repositories BL-Ctrl

Compare Revisions

Regard whitespace Rev 38 → Rev 39

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