mirror of https://github.com/ArduPilot/ardupilot
AP_Periph: don't send GPS messages if not compiled in
This commit is contained in:
parent
e787fc5dfd
commit
102ffd3aeb
|
@ -32,8 +32,10 @@ static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
|||
MSG_MCU_STATUS,
|
||||
#endif
|
||||
MSG_MEMINFO,
|
||||
#if AP_GPS_ENABLED
|
||||
MSG_GPS_RAW,
|
||||
MSG_GPS_RTK,
|
||||
#endif
|
||||
};
|
||||
|
||||
static const ap_message STREAM_POSITION_msgs[] = {
|
||||
|
|
Loading…
Reference in New Issue