Browse Source

AP_HAL: define HAL_HAVE_DUAL_USB_CDC if not defined

master
Siddharth Purohit 6 years ago committed by Andrew Tridgell
parent
commit
c50912ed6a
  1. 4
      libraries/AP_HAL/AP_HAL_Boards.h

4
libraries/AP_HAL/AP_HAL_Boards.h

@ -253,3 +253,7 @@ @@ -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

Loading…
Cancel
Save