diff options
| author | hathach <[email protected]> | 2026-03-05 23:24:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-05 23:24:14 +0700 |
| commit | 61e4b9ce3fba2fea731396c56eee1c7b5a2f5338 (patch) | |
| tree | 8a9e326a544a34f7a0999a8c5b11bee4307314e2 /examples/host/device_info | |
| parent | 97476872aa841fcd9cd622e4082d6c57b183c67f (diff) | |
add IAR warning flags to cmake build and fix them
Diffstat (limited to 'examples/host/device_info')
| -rw-r--r-- | examples/host/device_info/src/main.c | 1 |
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 } |
