Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 675 → Rev 676

/C-OSD/trunk/mk-data-structs.h
54,8 → 54,7
#define PROCESSED 0x02
 
 
typedef struct {
{
u16 Distance; // distance to target in cm
s16 Bearing; // course to target in deg
} __attribute__((packed)) GPS_PosDev_t;