You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my board, I used
#ifndef UX_HOST_SIDE_ONLY
#ifndef UX_DEVICE_SIDE_ONLY
#define UX_OTG_SUPPORT
#endif
#endif
and I used usb_cdc_device and usb_cdc_host ,when i do not definition UX_HOST_STANDALONE it is ok,but when i definition UX_HOST_STANDALONE Compilation error occurred , how to make usb_cdc_device_acm and usb_cdc_host_acm all use *****withback API
The text was updated successfully, but these errors were encountered:
In my board, I used
#ifndef UX_HOST_SIDE_ONLY
#ifndef UX_DEVICE_SIDE_ONLY
#define UX_OTG_SUPPORT
#endif
#endif
and I used usb_cdc_device and usb_cdc_host ,when i do not definition UX_HOST_STANDALONE it is ok,but when i definition UX_HOST_STANDALONE Compilation error occurred , how to make usb_cdc_device_acm and usb_cdc_host_acm all use *****withback API
The text was updated successfully, but these errors were encountered: