mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: add and use AP_AHRS_ENABLED
This commit is contained in:
parent
42e42dc991
commit
e8ada7f4ee
@ -35,7 +35,7 @@ static const ap_message STREAM_EXTENDED_STATUS_msgs[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const ap_message STREAM_POSITION_msgs[] = {
|
static const ap_message STREAM_POSITION_msgs[] = {
|
||||||
#if defined(HAL_PERIPH_ENABLE_AHRS)
|
#if AP_AHRS_ENABLED
|
||||||
MSG_LOCATION,
|
MSG_LOCATION,
|
||||||
MSG_LOCAL_POSITION
|
MSG_LOCAL_POSITION
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user