diff options
| author | hathach <[email protected]> | 2019-10-31 09:57:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-10-31 09:57:52 +0700 |
| commit | 8a57997c0ff4d1a34c87f797c389ce0433905dab (patch) | |
| tree | 4dd77aafc3c60c7a9a8c428986589f267f1b34c2 /src/tusb.c | |
| parent | a29eb87c3831a70ff8352eedf4bbe252f7bb8193 (diff) | |
| parent | 4d329d46cc36a8df05580ea7b19f2ce7a8dc2bf7 (diff) | |
Merge branch 'master' into pigrew-ZLP_Request2
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;
|
