diff options
| author | William D. Jones <[email protected]> | 2019-11-02 14:46:57 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-02 14:46:57 -0400 |
| commit | 130d7ea530a04d6f6683fee72ba36232dc8f5e7e (patch) | |
| tree | 78df3295de79ebb92aae14c0b55320a1f0a3b6e7 /src/tusb.c | |
| parent | 5d585c03bdf5059c7856d5ee32a754bd3cdbdd2f (diff) | |
| parent | 1b51b78eafb1a078aa7fc8caf57d01d92b84ca0f (diff) | |
Merge pull request #1 from hathach/cr1901-msp430f5529
PR to PR for msp430 port
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 e7f5d800d..14a6e5e12 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;
|
