Subversion Repositories FlightCtrl

Rev

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

Rev 891 Rev 902
Line 116... Line 116...
116
 
116
 
117
void Delay_ms_Mess(unsigned int w)
117
void Delay_ms_Mess(unsigned int w)
118
{
118
{
119
 unsigned int akt;
119
 unsigned int akt;
120
 akt = SetDelay(w);
120
 akt = SetDelay(w);
121
 while (!CheckDelay(akt)) ANALOG_ON;
121
 while (!CheckDelay(akt)) ADC_START;
Line 122... Line 122...
122
}
122
}
123
 
123
 
124
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                
124
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++