Subversion Repositories NaviCtrl

Rev

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

Rev 296 Rev 351
Line 59... Line 59...
59
#include "91x_lib.h"
59
#include "91x_lib.h"
60
#include "waypoints.h"
60
#include "waypoints.h"
61
#include "uart1.h"
61
#include "uart1.h"
Line 62... Line 62...
62
 
62
 
63
// the waypoints list
63
// the waypoints list
Line 64... Line 64...
64
#define MAX_LIST_LEN 31
64
#define MAX_LIST_LEN 101
65
 
65
 
66
Point_t PointList[MAX_LIST_LEN];
66
Point_t PointList[MAX_LIST_LEN];
67
u8 WPIndex = 0;         // list index of GPS point representig the current WP, can be maximal WPCount
67
u8 WPIndex = 0;         // list index of GPS point representig the current WP, can be maximal WPCount