diff options
| author | hathach <[email protected]> | 2019-11-02 23:29:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-02 23:29:35 +0700 |
| commit | a0cffdc843ca21cf4fa02c2eccdf6a708708a8f6 (patch) | |
| tree | a9b3de09659634e29ca3ecfaa5452271e9e7453a /src/tusb.c | |
| parent | 51a834f0ae58ba68b390b2e83d28303689759f50 (diff) | |
| parent | 164d0db8256fda66ade079a874ad9d3fbef500f3 (diff) | |
Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529
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;
|
