diff options
| author | hathach <[email protected]> | 2023-08-03 17:19:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-03 17:19:47 +0700 |
| commit | a160da1f2b941741234f429417798b8df5c33294 (patch) | |
| tree | 4e18ec29f884d0af7d123a9f5ddd1d7ecac67979 /examples/device/hid_boot_interface/src/main.c | |
| parent | a5768f52b492f7a2ee32f3b786c12532d0876f01 (diff) | |
add lpc43 family
Diffstat (limited to 'examples/device/hid_boot_interface/src/main.c')
| -rw-r--r-- | examples/device/hid_boot_interface/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_boot_interface/src/main.c b/examples/device/hid_boot_interface/src/main.c index 1a155996a..18f301ff0 100644 --- a/examples/device/hid_boot_interface/src/main.c +++ b/examples/device/hid_boot_interface/src/main.c @@ -27,7 +27,7 @@ #include <stdio.h> #include <string.h> -#include "bsp/board.h" +#include "bsp/board_api.h" #include "tusb.h" #include "usb_descriptors.h" |
