mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: don't require GPIO defines for RCOU serial on ChibiOS
This commit is contained in:
parent
68293c9c11
commit
a7711ab9f7
|
@ -78,8 +78,5 @@
|
|||
#define CONFIG_HAL_BOARD_SUBTYPE HAL_BOARD_SUBTYPE_CHIBIOS_GENERIC
|
||||
#endif
|
||||
|
||||
#ifdef HAL_GPIO_LINE_GPIO50
|
||||
// we can only support RCOut serial if we have GPIO tags on the PWM
|
||||
// outputs of the board
|
||||
// we support RC serial for BLHeli pass-thru
|
||||
#define HAL_SUPPORT_RCOUT_SERIAL 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue