Subversion Repositories FlightCtrl

Rev

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

Rev 2534 Rev 2541
Line 515... Line 515...
515
                                 {
515
                                 {
516
                                   second = 0;
516
                                   second = 0;
517
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
517
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
518
                                   if(ShowSettingNameTime) ShowSettingNameTime--;
518
                                   if(ShowSettingNameTime) ShowSettingNameTime--;
519
#endif                             
519
#endif                             
-
 
520
                                   if(NC_To_FC_Flags & NC_TO_FC_FAILSAFE_LANDING)  ServoFailsafeActive = SERVO_FS_TIME;
-
 
521
                                   else
-
 
522
                                   if(ServoFailsafeActive) ServoFailsafeActive--;
-
 
523
 
520
                                   if(FC_StatusFlags & FC_STATUS_FLY) FlugSekunden++;
524
                                   if(FC_StatusFlags & FC_STATUS_FLY) FlugSekunden++;
521
                                   else timer2 = 1450; // 0,5 Minuten aufrunden
525
                                   else timer2 = 1450; // 0,5 Minuten aufrunden
522
                                   if(modell_fliegt < 1024)
526
                                   if(modell_fliegt < 1024)
523
                                    {
527
                                    {
524
                                         if(StartLuftdruck < Luftdruck) StartLuftdruck += 5;
528
                                         if(StartLuftdruck < Luftdruck) StartLuftdruck += 5;