diff options
| author | Mengsk <[email protected]> | 2025-11-14 15:10:11 +0100 |
|---|---|---|
| committer | Mengsk <[email protected]> | 2025-11-14 15:10:11 +0100 |
| commit | ac903db1cee942232bcf7548a04ae6f9b952f08b (patch) | |
| tree | 7f534d628d0fecb5110a6f4441265651c079fa45 /examples/host/hid_controller/src | |
| parent | 6b3970d5ff7547778ed5e1fc295dcfd1fbcad7e8 (diff) | |
| parent | fc5415bff6f177ad5f122f38dd937f577042bb32 (diff) | |
Merge remote-tracking branch 'tinyusb/master' into embedded-ideas/master
Signed-off-by: Mengsk <[email protected]>
Diffstat (limited to 'examples/host/hid_controller/src')
| -rw-r--r-- | examples/host/hid_controller/src/app.h | 2 |
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 |
