Subversion Repositories FlightCtrl

Rev

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

Rev 1156 Rev 1166
Line 121... Line 121...
121
 
121
 
122
void Delay_ms_Mess(unsigned int w)
122
void Delay_ms_Mess(unsigned int w)
123
{
123
{
124
 unsigned int akt;
124
 unsigned int akt;
125
 akt = SetDelay(w);
125
 akt = SetDelay(w);
126
 while (!CheckDelay(akt)) ANALOG_ON;
126
 while (!CheckDelay(akt)) if(AdReady) {AdReady = 0; ANALOG_ON;}
Line 127... Line 127...
127
}
127
}
128
 
128
 
129
/*****************************************************/
129
/*****************************************************/