mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: move handling of AP_Radio RC input down into AP_RCProtocol
This commit is contained in:
parent
c521a5edfe
commit
f6bfd7cad3
|
@ -163,10 +163,6 @@
|
|||
#define HAL_NUM_CAN_IFACES 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_RCINPUT_WITH_AP_RADIO
|
||||
#define HAL_RCINPUT_WITH_AP_RADIO 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_WITH_IO_MCU
|
||||
#define HAL_WITH_IO_MCU 0
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue