diff options
| author | tyustli <[email protected]> | 2024-04-25 19:47:12 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-25 19:47:12 +0800 |
| commit | 1e7091dae98ea3eeba4789364c290199b157c368 (patch) | |
| tree | 4b5412635efbc883735ef961e0e0b2df08189a61 /examples/host/bare_api | |
| parent | 7a3e730dedad4d75f901d3c5ac393e001de69157 (diff) | |
fix ci error
Diffstat (limited to 'examples/host/bare_api')
| -rw-r--r-- | examples/host/bare_api/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/host/bare_api/src/main.c b/examples/host/bare_api/src/main.c index 14725996d..b1d388bf9 100644 --- a/examples/host/bare_api/src/main.c +++ b/examples/host/bare_api/src/main.c @@ -34,6 +34,7 @@ #include "bsp/board_api.h" #include "tusb.h" +#include "class/hid/hid.h" // English #define LANGUAGE_ID 0x0409 |
