AP_HAL: define HAL_HAVE_DUAL_USB_CDC if not defined

This commit is contained in:
Siddharth Purohit 2019-07-05 11:28:21 +08:00 committed by Andrew Tridgell
parent 7f297a43dc
commit c50912ed6a

View File

@ -253,3 +253,7 @@
#define HAL_SUPPORT_RCOUT_SERIAL 0
#endif
#ifndef HAL_HAVE_DUAL_USB_CDC
#define HAL_HAVE_DUAL_USB_CDC 0
#endif