Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529

This commit is contained in:
hathach
2019-11-02 23:29:35 +07:00
22 changed files with 1382 additions and 437 deletions

View File

@@ -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;