ingchips / ING918XX_SDK_SOURCE

ING918XX/ING916XX SDK source code: bundle apis, examples and tools.
Apache License 2.0
15 stars 16 forks source link

1、fix bsp_usb recive bug. #259

Closed ingchipswzh closed 5 months ago

ingchipswzh commented 5 months ago

1、bsp_usb.c 中 USB_EVENT_EP_DATA_TRANSFER->USB_CALLBACK_TYPE_RECEIVE_END,接收数据时调用API不对,导致接收一次数据后无法再继续接收数据; 2、bsp_usb.c 中添加发送数据相关API。