summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-03-18 12:13:08 +0700
committerGitHub <[email protected]>2023-03-18 12:13:08 +0700
commitf1a859d90701564dc6e152197454fae1f49ee846 (patch)
tree7ed7c12f7b0f493a887b76ffce348856426eaa1e /examples/host/hid_controller/src
parent65ee11ff630169c01a33860fbf8507d2d8f29a71 (diff)
parent9f54cc1eb725e7d77a5b275b209d8257b180d7ed (diff)
Merge pull request #1639 from bavison/portability
Fixes for building with IAR toolchain
Diffstat (limited to 'examples/host/hid_controller/src')
-rw-r--r--examples/host/hid_controller/src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/host/hid_controller/src/main.c b/examples/host/hid_controller/src/main.c
index 3380e9246..4dcc92587 100644
--- a/examples/host/hid_controller/src/main.c
+++ b/examples/host/hid_controller/src/main.c
@@ -68,8 +68,6 @@ int main(void)
hid_app_task();
#endif
}
-
- return 0;
}
//--------------------------------------------------------------------+