Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 781 → Rev 782

/trunk/main.c
829,7 → 829,7
}
}
if(FC.StatusFlags & FC_STATUS_FLY) PointList_WPActive(TRUE);
GPS_pWaypoint = PointList_WPBegin(); // updates POI index
GPS_pWaypoint = PointList_WPBegin(0); // updates POI index
SpeakWaypointRached = 1; // Speak once when the last Point is reached
SpeakNextWaypoint = 1; // Speak once as soon as the Points are active
NCFlags &= ~NC_FLAG_TARGET_REACHED;
854,7 → 854,7
if(PointList_LoadSinglePoint(&WPL_Store) == WPL_OK)
{
if(FC.StatusFlags & FC_STATUS_FLY) PointList_WPActive(TRUE);
GPS_pWaypoint = PointList_WPBegin(); // updates POI index
GPS_pWaypoint = PointList_WPBegin(0); // updates POI index
SpeakWaypointRached = 1; // Speak once when the last Point is reached
SpeakNextWaypoint = 1; // Speak once as soon as the Points are active
NCFlags &= ~NC_FLAG_TARGET_REACHED;