summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-08-03 17:19:47 +0700
committerhathach <[email protected]>2023-08-03 17:19:47 +0700
commita160da1f2b941741234f429417798b8df5c33294 (patch)
tree4e18ec29f884d0af7d123a9f5ddd1d7ecac67979 /examples/device/hid_boot_interface
parenta5768f52b492f7a2ee32f3b786c12532d0876f01 (diff)
add lpc43 family
Diffstat (limited to 'examples/device/hid_boot_interface')
-rw-r--r--examples/device/hid_boot_interface/src/main.c2
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"