Subversion Repositories FlightCtrl

Rev

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

Rev 2009 Rev 2011
Line 248... Line 248...
248
 
248
 
249
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
249
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
250
    DebugOut.Status[0] = 0x01 | 0x02;
250
    DebugOut.Status[0] = 0x01 | 0x02;
251
        JetiBeep = 0;
251
        JetiBeep = 0;
252
    if(EE_Parameter.ExtraConfig & CFG_NO_RCOFF_BEEPING)   DisableRcOffBeeping = 1;
-
 
253
 
252
    if(EE_Parameter.ExtraConfig & CFG_NO_RCOFF_BEEPING)   DisableRcOffBeeping = 1;
254
        while (1)
253
        while (1)
255
        {
254
        {
Line 256... Line 255...
256
        if(ReceiverUpdateModeActive) while (1) PORTC &= ~(1<<7); // Beeper off
255
        if(ReceiverUpdateModeActive) while (1) PORTC &= ~(1<<7); // Beeper off