diff options
| author | hathach <[email protected]> | 2019-07-11 23:03:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-11 23:03:02 +0700 |
| commit | 38b60827e14f4f586729e0e5c9063eeac33f8129 (patch) | |
| tree | 7183c190d4b7bc5e78828a416191df6062a5554d /examples/device/cdc_msc_hid/src/main.c | |
| parent | ec8f6a6d909b96777a320454528c41527afa2aac (diff) | |
clean up
Diffstat (limited to 'examples/device/cdc_msc_hid/src/main.c')
| -rw-r--r-- | examples/device/cdc_msc_hid/src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/device/cdc_msc_hid/src/main.c b/examples/device/cdc_msc_hid/src/main.c index 771638ac4..c3295fd50 100644 --- a/examples/device/cdc_msc_hid/src/main.c +++ b/examples/device/cdc_msc_hid/src/main.c @@ -61,9 +61,7 @@ int main(void) while (1) { - // tinyusb device task - tud_task(); - + tud_task(); // tinyusb device task led_blinking_task(); #if CFG_TUD_CDC |
