summaryrefslogtreecommitdiff
path: root/examples/host/device_info
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-03-06 11:57:53 +0700
committerGitHub <[email protected]>2026-03-06 11:57:53 +0700
commit06a4c6d7190ef83f76b2a65496f2a48a54a8c134 (patch)
tree71489788f7dab079de99948dc25bfeaa9be292d0 /examples/host/device_info
parent694d921643be7c81fae42eb438cc29bf1560980c (diff)
parent94baf394686f92d9edaf109dcae30fa7b531fefc (diff)
Merge pull request #3528 from hathach/improve-iar-warnings
Add IAR warning flags to CMake build and resolve warnings
Diffstat (limited to 'examples/host/device_info')
-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
}