diff options
| author | Ha Thach <[email protected]> | 2023-08-04 11:41:44 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-04 11:41:44 +0700 |
| commit | de4ad2c7754cd2b11a4a9afafbc82766eccea3b2 (patch) | |
| tree | 4dc90c2091ad13e7f548dbd7d40cdd015826bd42 /examples/host/hid_controller/src | |
| parent | bbdc879995bb1db2b7cfc979d520ca4155d43dae (diff) | |
| parent | 9697c4df4e57435781119c0d4716635f344ed8f1 (diff) | |
Merge pull request #2204 from hathach/enhance-bsp
Enhance bsp
Diffstat (limited to 'examples/host/hid_controller/src')
| -rw-r--r-- | examples/host/hid_controller/src/hid_app.c | 2 | ||||
| -rw-r--r-- | examples/host/hid_controller/src/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/host/hid_controller/src/hid_app.c b/examples/host/hid_controller/src/hid_app.c index 76de97b41..bff830ca2 100644 --- a/examples/host/hid_controller/src/hid_app.c +++ b/examples/host/hid_controller/src/hid_app.c @@ -23,7 +23,7 @@ * */ -#include "bsp/board.h" +#include "bsp/board_api.h" #include "tusb.h" /* From https://www.kernel.org/doc/html/latest/input/gamepad.html diff --git a/examples/host/hid_controller/src/main.c b/examples/host/hid_controller/src/main.c index a4ab2f711..05a5ae176 100644 --- a/examples/host/hid_controller/src/main.c +++ b/examples/host/hid_controller/src/main.c @@ -32,7 +32,7 @@ #include <stdio.h> #include <string.h> -#include "bsp/board.h" +#include "bsp/board_api.h" #include "tusb.h" //--------------------------------------------------------------------+ |
