Subversion Repositories BL-Ctrl

Rev

Rev 31 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 39
Line 18... Line 18...
18
 
18
 
19
 
19
 
20
SIGNAL(SIG_OVERFLOW0)
20
SIGNAL(SIG_OVERFLOW0)
21
{
21
{
22
 static unsigned char cnt;
22
 static unsigned char cnt;
23
 TCNT0 = 0x7F;
23
 TCNT0 = 0x80;
24
 Timer0Overflow++;
24
 Timer0Overflow++;
25
 if(!cnt--)
25
 if(!cnt--)
26
  {
26
  {