Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 901 → Rev 902

/branches/MicroMag3_Nick666/V0.69k/timer0.c
118,7 → 118,7
{
unsigned int akt;
akt = SetDelay(w);
while (!CheckDelay(akt)) ANALOG_ON;
while (!CheckDelay(akt)) ADC_START;
}
 
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++