diff options
| author | hathach <[email protected]> | 2019-10-24 12:00:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-10-24 12:00:06 +0700 |
| commit | 6ab0663c1ac32ce22196d2b380bb17ed961a7360 (patch) | |
| tree | 294ed06f4a946cfb2bfeb60002eebfd5acb62f42 /examples/device | |
| parent | 661515a8072f2b8ccd601c58120ea87b96158e76 (diff) | |
adding more log
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/cdc_msc/src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/device/cdc_msc/src/main.c b/examples/device/cdc_msc/src/main.c index c6ed4a922..e1b9ab113 100644 --- a/examples/device/cdc_msc/src/main.c +++ b/examples/device/cdc_msc/src/main.c @@ -55,7 +55,6 @@ void cdc_task(void); int main(void) { board_init(); - tusb_init(); while (1) |
