Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 661 → Rev 662

/trunk/uart1.c
483,7 → 483,14
//pPoint->Index = 1; // must be one after empty list
PointList_SetAt(pPoint);
if(FC.StatusFlags & FC_STATUS_FLY) PointList_WPActive(TRUE);
GPS_pWaypoint = PointList_WPBegin(); // updates POI index
// GPS_pWaypoint = PointList_WPBegin(); // updates POI index
 
 
if(CurrentlyFlyingWaypoints)
{
GPS_pWaypoint = PointList_WPBegin();
NewWaypointsReceived = 0; // Only an update
}
BeepTime = 50;
}
else