41 #include "mtk_protocol.h"
43 #define GPS_MTK_MAX_PAYLOAD 255
46 #define PRIMARY_GPS GPS_MTK
74 #define gps_mtk_periodic_check() gps_periodic_check(&gps_mtk.state)
77 extern void gps_configure(
void);
78 extern void gps_configure_uart(
void);
79 extern bool gps_configuring;
80 #define GpsConfigure() { \
81 if (gps_configuring) \
85 #define GpsConfigure() {}
Device independent GPS code (interface)
data structure for GPS information
#define GPS_MTK_MAX_PAYLOAD
Includes macros generated from mtk.xml.
uint8_t msg_buf[GPS_MTK_MAX_PAYLOAD]
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.