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/tusb.c | |
| parent | 58089934024c3869f90159641e2b569d663ce826 (diff) | |
rename usbd_init() to tud_init()
Diffstat (limited to 'src/tusb.c')
| -rw-r--r-- | src/tusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.c b/src/tusb.c index 271b35f1e..7a1e73ec7 100644 --- a/src/tusb.c +++ b/src/tusb.c @@ -47,7 +47,7 @@ bool tusb_init(void) #endif
#if TUSB_OPT_DEVICE_ENABLED
- TU_ASSERT ( usbd_init() ); // init device stack
+ TU_ASSERT ( tud_init() ); // init device stack
#endif
_initialized = true;
|
