summaryrefslogtreecommitdiff
path: root/examples/device/usbtmc/src/usbtmc_app.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/usbtmc/src/usbtmc_app.c')
-rw-r--r--examples/device/usbtmc/src/usbtmc_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/usbtmc/src/usbtmc_app.c b/examples/device/usbtmc/src/usbtmc_app.c
index 72989b4fe..fb25982c7 100644
--- a/examples/device/usbtmc/src/usbtmc_app.c
+++ b/examples/device/usbtmc/src/usbtmc_app.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <stdlib.h> /* atoi */
#include "tusb.h"
-#include "bsp/board.h"
+#include "bsp/board_api.h"
#include "main.h"
#if (CFG_TUD_USBTMC_ENABLE_488)