diff options
| author | Zixun LI <[email protected]> | 2026-06-29 14:58:32 +0200 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2026-06-29 14:58:32 +0200 |
| commit | e657a8705252e0d41f045232852ccce09aede816 (patch) | |
| tree | 539dc08547488f9f9eee06c6baeb92455c6995f2 /examples/host/cdc_msc_hid/src | |
| parent | 2ec4d7a437834fe304b2717eaa1f9baee438793f (diff) | |
Fix merged example Sonar warningsmerge_os
Diffstat (limited to 'examples/host/cdc_msc_hid/src')
| -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 c2685e847..3ed5883a2 100644 --- a/examples/host/cdc_msc_hid/src/main.c +++ b/examples/host/cdc_msc_hid/src/main.c @@ -87,6 +87,8 @@ int main(void) { #ifndef ESP_PLATFORM vTaskStartScheduler(); #endif + + return 0; #else // init host stack on configured roothub port tusb_rhport_init_t host_init = { @@ -112,8 +114,6 @@ int main(void) { hid_app_task(); } #endif - - return 0; } #ifdef ESP_PLATFORM |
