summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface/src
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/device/hid_boot_interface/src
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/device/hid_boot_interface/src')
-rw-r--r--examples/device/hid_boot_interface/src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/device/hid_boot_interface/src/main.c b/examples/device/hid_boot_interface/src/main.c
index 4de319f52..7f2153ae9 100644
--- a/examples/device/hid_boot_interface/src/main.c
+++ b/examples/device/hid_boot_interface/src/main.c
@@ -67,8 +67,6 @@ int main(void) {
hid_task();
}
-
- return 0;
}
//--------------------------------------------------------------------+