mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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
|
#ifndef HAL_HAVE_SAFETY_SWITCH
|
||||||
#define HAL_HAVE_SAFETY_SWITCH 1
|
#define HAL_HAVE_SAFETY_SWITCH 1
|
||||||
#endif
|
#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
Block a user