ardupilot/libraries/AP_SBusOut/AP_SBusOut_config.h
Peter Barker f99f9741fb AP_SBusOut: add and use AP_SBUSOUTPUT_ENABLED
.... which will allow periphs to instantiate this if they really feel like it, and for it to be removed on smaller boards on the custom build server (and potentially on lower-specced boards.
2023-06-27 10:10:41 +10:00

8 lines
118 B
C

#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_SBUSOUTPUT_ENABLED
#define AP_SBUSOUTPUT_ENABLED 1
#endif