Subversion Repositories NaviCtrl

Rev

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

Rev 206 Rev 225
Line 69... Line 69...
69
{
69
{
70
        u16 Distance;                                   // distance to target in dm
70
        u16 Distance;                                   // distance to target in dm
71
        s16 Bearing;                                    // course to target in deg
71
        s16 Bearing;                                    // course to target in deg
72
} __attribute__((packed)) GPS_PosDev_t;
72
} __attribute__((packed)) GPS_PosDev_t;
Line 73... Line 73...
73
 
73
 
Line 74... Line 74...
74
#define NAVIDATA_VERSION 3
74
#define NAVIDATA_VERSION 4
75
 
75
 
76
typedef struct
76
typedef struct
77
{
77
{