mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -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[] = {
|
||||
#if defined(HAL_PERIPH_ENABLE_AHRS)
|
||||
#if AP_AHRS_ENABLED
|
||||
MSG_LOCATION,
|
||||
MSG_LOCAL_POSITION
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user