mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: setup RTSCTS and SBUS_OUT
This commit is contained in:
parent
f8a3b0e753
commit
93a993c575
|
@ -130,3 +130,11 @@
|
|||
#ifndef HAL_HAVE_SAFETY_SWITCH
|
||||
#define HAL_HAVE_SAFETY_SWITCH 1
|
||||
#endif
|
||||
|
||||
#ifndef AP_FEATURE_RTSCTS
|
||||
#define AP_FEATURE_RTSCTS 1
|
||||
#endif
|
||||
|
||||
#ifndef AP_FEATURE_SBUS_OUT
|
||||
#define AP_FEATURE_SBUS_OUT 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue