Subversion Repositories FlightCtrl

Rev

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

Rev 2628 Rev 2631
Line 473... Line 473...
473
        //SpektrumBinding();
473
        //SpektrumBinding();
474
    timer = SetDelay(2000);
474
    timer = SetDelay(2000);
475
        timerPolling = SetDelay(250);
475
        timerPolling = SetDelay(250);
Line 476... Line 476...
476
 
476
 
477
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
477
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
Line 478... Line 478...
478
//printf("\n\rEE_Parameter size:%i\n\r", PARAMSET_STRUCT_LEN);
478
        if(PARAMSET_STRUCT_LEN != 179) while(1) printf("\n\rEE_Parameter size:%i", PARAMSET_STRUCT_LEN);
479
 
479
 
480
    DebugOut.Status[0] = 0x01 | 0x02;
480
    DebugOut.Status[0] = 0x01 | 0x02;
481
        JetiBeep = 0;
481
        JetiBeep = 0;