diff options
| author | hathach <[email protected]> | 2018-12-05 21:12:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-05 21:12:10 +0700 |
| commit | 5a7493ed42d4aa2519e7e3377ed7168a2ceca373 (patch) | |
| tree | 48a9480d5c34101acf0d8a8f2c49e3205355e871 /examples/host | |
| parent | 2fa32bd949cab0991a55f1e06f842c1d9edb3c93 (diff) | |
fix more host build error
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/host/cdc_msc_hid/src/main.c b/examples/host/cdc_msc_hid/src/main.c index a8a34ef8f..2459ec329 100644 --- a/examples/host/cdc_msc_hid/src/main.c +++ b/examples/host/cdc_msc_hid/src/main.c @@ -58,11 +58,11 @@ int main(void) board_init(); print_greeting(); - //tusb_init(); + tusb_init(); while (1) { - //tusb_task(); + tusb_task(); led_blinking_task(); |
