mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: use minimize.inc for Tramp and SmartAudio
... and rename HAL_SMARTAUDIO_ENABLED
This commit is contained in:
parent
e0f6b264d0
commit
8075d33ae5
|
@ -239,7 +239,7 @@ void AP_Vehicle::setup()
|
|||
vtx.init();
|
||||
#endif
|
||||
|
||||
#if HAL_SMARTAUDIO_ENABLED
|
||||
#if AP_SMARTAUDIO_ENABLED
|
||||
smartaudio.init();
|
||||
#endif
|
||||
|
||||
|
|
|
@ -329,8 +329,8 @@ protected:
|
|||
#if HAL_EXTERNAL_AHRS_ENABLED
|
||||
AP_ExternalAHRS externalAHRS;
|
||||
#endif
|
||||
|
||||
#if HAL_SMARTAUDIO_ENABLED
|
||||
|
||||
#if AP_SMARTAUDIO_ENABLED
|
||||
AP_SmartAudio smartaudio;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue