summaryrefslogtreecommitdiff
path: root/examples/typec
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/typec
parenta5768f52b492f7a2ee32f3b786c12532d0876f01 (diff)
add lpc43 family
Diffstat (limited to 'examples/typec')
-rw-r--r--examples/typec/power_delivery/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/typec/power_delivery/src/main.c b/examples/typec/power_delivery/src/main.c
index 08590aa74..489d01aa1 100644
--- a/examples/typec/power_delivery/src/main.c
+++ b/examples/typec/power_delivery/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"
//--------------------------------------------------------------------+