mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_MSP: regularise compass defines
start to make compass backends look like backends from our other libraries
This commit is contained in:
parent
274b6f19bc
commit
2ae1062ad5
@ -555,7 +555,7 @@ void AP_MSP_Telem_Backend::msp_handle_gps(const MSP::msp_gps_data_message_t &pkt
|
||||
|
||||
void AP_MSP_Telem_Backend::msp_handle_compass(const MSP::msp_compass_data_message_t &pkt)
|
||||
{
|
||||
#if HAL_MSP_COMPASS_ENABLED
|
||||
#if AP_COMPASS_MSP_ENABLED
|
||||
AP::compass().handle_msp(pkt);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user