Subversion Repositories NaviCtrl

Rev

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

Rev 576 Rev 577
Line 75... Line 75...
75
u8 POIIndex = 0;        // list index of GPS Point representing the current POI, can be maximal WPCount
75
u8 POIIndex = 0;        // list index of GPS Point representing the current POI, can be maximal WPCount
76
u8 WPCount = 0;         // number of waypoints
76
u8 WPCount = 0;         // number of waypoints
77
u8 PointCount = 0;      // number of points in the list can be maximal equal to MAX_LIST_LEN
77
u8 PointCount = 0;      // number of points in the list can be maximal equal to MAX_LIST_LEN
78
u8 POICount = 0;        // number of point of interest in the list
78
u8 POICount = 0;        // number of point of interest in the list
79
s16 HeadingOld = -1;
79
s16 HeadingOld = -1;
-
 
80
u32 SD_WaypointTimeout = 5; // Setting on SD-Card
Line 80... Line 81...
80
 
81
 
Line 81... Line 82...
81
u8 WPActive = FALSE;
82
u8 WPActive = FALSE;
82
 
83