diff options
| author | hathach <[email protected]> | 2023-08-03 15:44:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-03 15:44:05 +0700 |
| commit | cf91660cee0863291fd9412a3623df018e8bd071 (patch) | |
| tree | 7b0bf645ba426e22df7d123a7f0c9317df1378ef /examples/host/hid_controller | |
| parent | 4493b838d946a5cc209c92e4e55e63ff2e8534e5 (diff) | |
rename hw/bsp/board.h to board_api.h
Diffstat (limited to 'examples/host/hid_controller')
| -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 4dcc92587..f4f6bda28 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" //--------------------------------------------------------------------+ |
