replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler()

This commit is contained in:
hathach
2018-10-23 16:07:48 +07:00
parent 3dd635f4c1
commit 177adf4bfa
6 changed files with 71 additions and 83 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ tusb_error_t usbd_open_edpt_pair(uint8_t rhport, tusb_desc_endpoint_t const* p_d
/*------------------------------------------------------------------*/
/* Other Helpers
*------------------------------------------------------------------*/
void usbd_defer_func( osal_task_func_t func, void* param, bool isr );
void usbd_defer_func( osal_task_func_t func, void* param, bool in_isr );
#ifdef __cplusplus