diff options
| author | hathach <[email protected]> | 2019-10-31 08:29:11 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-31 08:29:11 +0700 |
| commit | 4d329d46cc36a8df05580ea7b19f2ce7a8dc2bf7 (patch) | |
| tree | 089b0b4e162aa02b326f4283b91fa895597c6ef4 /src/tusb.c | |
| parent | 78523301bb7f6ae5bba18768ad670d9b2ae73fd7 (diff) | |
| parent | e69d2a4a834b975f957fc5341fe4d08cf706adb6 (diff) | |
Merge pull request #206 from hathach/develop
Added a couple of unit testing with Ceedling/Cmock/Unity
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;
|
