[host lpc43xx] adding support for host custom class
refractor usbh class driver indexing opt out periodic list code in EHCI (need to refractor/group later) [device lpc176x] rename dcd_endpoint_configure to dcd_pipe_open add usbd_pipe_open to manage pipe
This commit is contained in:
@@ -94,7 +94,7 @@ void led_blinking_task(void * p_para)
|
||||
void keyboard_device_app_task(void * p_para)
|
||||
{
|
||||
#if 0
|
||||
if (tusb_device_is_configured())
|
||||
if (tusbd_is_configured())
|
||||
{
|
||||
static uint32_t count =0;
|
||||
if (count < 4)
|
||||
|
Reference in New Issue
Block a user