Subversion Repositories FlightCtrl

Rev

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

Rev 1777 Rev 1834
Line 57... Line 57...
57
unsigned char BattLowVoltageWarning = 94;
57
unsigned char BattLowVoltageWarning = 94;
58
unsigned int FlugMinuten = 0,FlugMinutenGesamt = 0;
58
unsigned int FlugMinuten = 0,FlugMinutenGesamt = 0;
59
unsigned int FlugSekunden = 0;
59
unsigned int FlugSekunden = 0;
60
pVoidFnct_pVoidFnctChar_const_fmt _printf_P;
60
pVoidFnct_pVoidFnctChar_const_fmt _printf_P;
61
unsigned char FoundMotors = 0;
61
unsigned char FoundMotors = 0;
-
 
62
unsigned char JetiBeep = 0; // to allow any Morse-Beeping of the Jeti-Box
Line 62... Line 63...
62
 
63
 
63
void CalMk3Mag(void)
64
void CalMk3Mag(void)
64
{
65
{
65
 static unsigned char stick = 1;
66
 static unsigned char stick = 1;
Line 247... Line 248...
247
    timer = SetDelay(2000);
248
    timer = SetDelay(2000);
248
        timerPolling = SetDelay(250);
249
        timerPolling = SetDelay(250);
Line 249... Line 250...
249
 
250
 
250
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
251
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
251
    DebugOut.Status[0] = 0x01 | 0x02;
252
    DebugOut.Status[0] = 0x01 | 0x02;
252
 
253
        JetiBeep = 0;
253
        while (1)
254
        while (1)
Line 254... Line 255...
254
        {
255
        {