AP_HAL: setup RTSCTS and SBUS_OUT

This commit is contained in:
Andrew Tridgell 2018-01-20 09:42:42 +11:00
parent f8a3b0e753
commit 93a993c575

View File

@ -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