Subversion Repositories FlightCtrl

Rev

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

Rev 1765 Rev 1777
Line 250... Line 250...
250
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
250
        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;
251
    DebugOut.Status[0] = 0x01 | 0x02;
Line 252... Line 252...
252
 
252
 
253
        while (1)
253
        while (1)
-
 
254
        {
-
 
255
       
-
 
256
        if (JetiUpdateModeActive) while (1);
254
        {
257
       
255
        if(CheckDelay(timerPolling))
258
        if(CheckDelay(timerPolling))
256
        {
259
        {
257
          timerPolling = SetDelay(100);
260
          timerPolling = SetDelay(100);
258
          LIBFC_Polling();
261
          LIBFC_Polling();