Subversion Repositories FlightCtrl

Rev

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

Rev 1626 Rev 1636
Line 236... Line 236...
236
 
236
 
237
        printf("\n\r===================================\n\r");
237
        printf("\n\r===================================\n\r");
238
        //SpektrumBinding();
238
        //SpektrumBinding();
239
    timer = SetDelay(2000);
239
    timer = SetDelay(2000);
240
        timerPolling = SetDelay(250);
240
        timerPolling = SetDelay(250);
-
 
241
       
-
 
242
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
241
 
243
       
242
        while (1)
244
        while (1)
Line 243... Line 245...
243
        {
245
        {
244
 
246