Subversion Repositories FlightCtrl

Rev

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

Rev 2052 Rev 2055
Line 59... Line 59...
59
 
59
 
60
  if (flightMode != flightModeOld) {
60
  if (flightMode != flightModeOld) {
61
    beep(100);
61
    beep(100);
62
    flightModeOld = flightMode;
62
    flightModeOld = flightMode;
63
  }
-
 
64
 
-
 
65
  //debugOut.analog[31] = flightMode;
63
  }
Line 66... Line 64...
66
}
64
}
67
 
65
 
68
// ---------------------------------------------------------------------------------
66
// ---------------------------------------------------------------------------------
Line 357... Line 355...
357
    }
355
    }
358
    // set current data as processed to avoid further calculations on the same gps data
356
    // set current data as processed to avoid further calculations on the same gps data
359
    GPSInfo.status = PROCESSED;
357
    GPSInfo.status = PROCESSED;
360
    break;
358
    break;
361
  } // eof GPSInfo.status
359
  } // eof GPSInfo.status
362
 
-
 
363
  debugOut.analog[11] = GPSInfo.satnum;
-
 
364
}
360
}