mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: add HAL_FORWARD_OTG2_SERIAL define
This commit is contained in:
parent
918a7355c5
commit
cc02ad9224
|
@ -240,6 +240,9 @@
|
|||
#define HAL_SUPPORT_RCOUT_SERIAL 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_FORWARD_OTG2_SERIAL
|
||||
#define HAL_FORWARD_OTG2_SERIAL 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_HAVE_DUAL_USB_CDC
|
||||
#define HAL_HAVE_DUAL_USB_CDC 0
|
||||
|
|
Loading…
Reference in New Issue