AP_HAL_ChibiOS: add support for DroneCAN RCInput packets
This commit is contained in:
parent
ee0a49bb7c
commit
103caac92c
@ -142,10 +142,6 @@
|
||||
#define AP_RC_CHANNEL_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_RCPROTOCOL_ENABLED
|
||||
#define AP_RCPROTOCOL_ENABLED 0
|
||||
#endif
|
||||
|
||||
#define HAL_CRSF_TELEM_ENABLED 0
|
||||
|
||||
#ifndef AP_SERVORELAYEVENTS_ENABLED
|
||||
@ -308,6 +304,7 @@
|
||||
#define AP_BARO_ENABLED defined(HAL_PERIPH_ENABLE_BARO)
|
||||
#define AP_GPS_ENABLED defined(HAL_PERIPH_ENABLE_GPS)
|
||||
#define AP_RPM_ENABLED defined(HAL_PERIPH_ENABLE_RPM)
|
||||
#define AP_RCPROTOCOL_ENABLED defined(HAL_PERIPH_ENABLE_RCIN)
|
||||
|
||||
#ifndef AP_BOOTLOADER_ALWAYS_ERASE
|
||||
#define AP_BOOTLOADER_ALWAYS_ERASE 1
|
||||
|
Loading…
Reference in New Issue
Block a user