This commit is contained in:
hathach
2018-06-22 16:01:55 +07:00
parent e3591ac682
commit d438000b99
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ tusb_error_t usbd_open_edpt_pair(uint8_t rhport, tusb_desc_endpoint_t const* p_d
/*------------------------------------------------------------------*/
/* Other Helpers
*------------------------------------------------------------------*/
void usbd_defer_func( void (*func)(void*), void* param, bool isr );
void usbd_defer_func( osal_task_func_t func, void* param, bool isr );
#ifdef __cplusplus