Subversion Repositories BL-Ctrl

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 50
Line 24... Line 24...
24
 if(!cnt--)
24
 if(!cnt--)
25
  {
25
  {
26
   cnt = 3;
26
   cnt = 3;
27
   CountMilliseconds += 1;
27
   CountMilliseconds += 1;
28
   if(I2C_Timeout) I2C_Timeout--;
28
   if(I2C_Timeout) I2C_Timeout--;
29
   if(PPM_Timeout) PPM_Timeout--;
29
   if(PPM_Timeout) PPM_Timeout--; else anz_ppm_werte = 0;
30
   if(SIO_Timeout) SIO_Timeout--;
30
   if(SIO_Timeout) SIO_Timeout--;
31
  }
31
  }
32
}
32
}