rename usbd_init() to tud_init()

This commit is contained in:
hathach
2019-10-30 23:26:34 +07:00
parent 5808993402
commit a0002cc709
4 changed files with 5 additions and 4 deletions

View File

@@ -276,7 +276,7 @@ bool tud_remote_wakeup(void)
//--------------------------------------------------------------------+
// USBD Task
//--------------------------------------------------------------------+
bool usbd_init (void)
bool tud_init (void)
{
TU_LOG2("USBD init\r\n");