Subversion Repositories FlightCtrl

Rev

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

Rev 702 Rev 724
Line 37... Line 37...
37
} GPS_INFO_t;
37
} GPS_INFO_t;
Line 38... Line 38...
38
 
38
 
39
//here you will find the current gps info
39
//here you will find the current gps info
Line -... Line 40...
-
 
40
extern GPS_INFO_t GPSInfo;      // measured position (last gps record)
-
 
41
 
-
 
42
// initialized the upx parser
40
extern GPS_INFO_t GPSInfo;      // measured position (last gps record)
43
extern void ubx_init(void);
41
 
44
 
Line 42... Line 45...
42
// this function should be called within the UART RX ISR
45
// this function should be called within the UART RX ISR