AP_Vehicle: correct define around SRV_Channels init call

This commit is contained in:
Peter Barker 2024-03-07 20:12:51 +11:00 committed by Andrew Tridgell
parent a77a894b8a
commit e22a00680b
1 changed files with 2 additions and 1 deletions

View File

@ -424,7 +424,8 @@ void AP_Vehicle::setup()
#endif
#endif // AP_AIRSPEED_ENABLED
#if !APM_BUILD_TYPE(APM_BUILD_Replay)
#if AP_SRV_CHANNELS_ENABLED
SRV_Channels::init();
#endif