summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller
diff options
context:
space:
mode:
authorMengsk <[email protected]>2025-11-14 15:10:11 +0100
committerMengsk <[email protected]>2025-11-14 15:10:11 +0100
commitac903db1cee942232bcf7548a04ae6f9b952f08b (patch)
tree7f534d628d0fecb5110a6f4441265651c079fa45 /examples/host/hid_controller
parent6b3970d5ff7547778ed5e1fc295dcfd1fbcad7e8 (diff)
parentfc5415bff6f177ad5f122f38dd937f577042bb32 (diff)
Merge remote-tracking branch 'tinyusb/master' into embedded-ideas/master
Signed-off-by: Mengsk <[email protected]>
Diffstat (limited to 'examples/host/hid_controller')
-rw-r--r--examples/host/hid_controller/src/app.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/host/hid_controller/src/app.h b/examples/host/hid_controller/src/app.h
index 1f9015cd2..b4d072668 100644
--- a/examples/host/hid_controller/src/app.h
+++ b/examples/host/hid_controller/src/app.h
@@ -26,6 +26,8 @@
#ifndef TUSB_TINYUSB_EXAMPLES_APP_H
#define TUSB_TINYUSB_EXAMPLES_APP_H
+#include <stdio.h>
+
void hid_app_task(void);
#endif