summaryrefslogtreecommitdiff
path: root/examples/host/device_info/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/host/device_info/src')
-rw-r--r--examples/host/device_info/src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/host/device_info/src/main.c b/examples/host/device_info/src/main.c
index fd4e9c3ed..b0e38dd6b 100644
--- a/examples/host/device_info/src/main.c
+++ b/examples/host/device_info/src/main.c
@@ -105,7 +105,6 @@ int main(void) {
tuh_task(); // tinyusb host task
led_blinking_task(NULL);
}
- return 0;
#endif
}