Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 732 → Rev 733

/branches/V0.68d Code Redesign killagreg/GPS.c
35,7 → 35,7
int32_t GPSPosDev_North = 0, GPSPosDev_East = 0;
 
// poti2 enables the gps feature
if(Poti2 > 70) // run GPS function only if Poti 2 is larger than 70 (switch on)
if((Poti2 > 70) && (!EmergencyLanding)) // run GPS function only if Poti 2 is larger than 70 (switch on)
{
switch(GPSInfo.status)
{