diff options
Diffstat (limited to 'examples/host/msc_file_explorer/src/main.c')
| -rw-r--r-- | examples/host/msc_file_explorer/src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/host/msc_file_explorer/src/main.c b/examples/host/msc_file_explorer/src/main.c index 58b51761b..d1002bbee 100644 --- a/examples/host/msc_file_explorer/src/main.c +++ b/examples/host/msc_file_explorer/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 = { @@ -107,8 +109,6 @@ int main(void) { led_blinking_task(); } #endif - - return 0; } #ifdef ESP_PLATFORM |
