Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 676 → Rev 675

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