mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Vehicle: add option to disable relay and servorelay libraries
This commit is contained in:
parent
27c3f8525d
commit
234bae6816
@ -307,9 +307,13 @@ protected:
|
||||
#endif
|
||||
AP_SerialManager serial_manager;
|
||||
|
||||
#if AP_RELAY_ENABLED
|
||||
AP_Relay relay;
|
||||
#endif
|
||||
|
||||
#if AP_SERVORELAYEVENTS_ENABLED
|
||||
AP_ServoRelayEvents ServoRelayEvents;
|
||||
#endif
|
||||
|
||||
// notification object for LEDs, buzzers etc (parameter set to
|
||||
// false disables external leds)
|
||||
|
Loading…
Reference in New Issue
Block a user