diff options
| author | hathach <[email protected]> | 2019-10-30 23:26:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-10-30 23:26:34 +0700 |
| commit | a0002cc709bd39049d3effbe9a59b62dc198f79d (patch) | |
| tree | 0885f227669d16e1e29a0fe4901ca54bbb8f2a06 /src/device/usbd.c | |
| parent | 58089934024c3869f90159641e2b569d663ce826 (diff) | |
rename usbd_init() to tud_init()
Diffstat (limited to 'src/device/usbd.c')
| -rw-r--r-- | src/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 3e6bf68c9..62f6e9922 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -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");
|
