mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: correct define around SRV_Channels init call
This commit is contained in:
parent
a77a894b8a
commit
e22a00680b
|
@ -424,7 +424,8 @@ void AP_Vehicle::setup()
|
||||||
#endif
|
#endif
|
||||||
#endif // AP_AIRSPEED_ENABLED
|
#endif // AP_AIRSPEED_ENABLED
|
||||||
|
|
||||||
#if !APM_BUILD_TYPE(APM_BUILD_Replay)
|
|
||||||
|
#if AP_SRV_CHANNELS_ENABLED
|
||||||
SRV_Channels::init();
|
SRV_Channels::init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue