summaryrefslogtreecommitdiff
path: root/examples/device/audio_test
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-08-03 15:44:05 +0700
committerhathach <[email protected]>2023-08-03 15:44:05 +0700
commitcf91660cee0863291fd9412a3623df018e8bd071 (patch)
tree7b0bf645ba426e22df7d123a7f0c9317df1378ef /examples/device/audio_test
parent4493b838d946a5cc209c92e4e55e63ff2e8534e5 (diff)
rename hw/bsp/board.h to board_api.h
Diffstat (limited to 'examples/device/audio_test')
-rw-r--r--examples/device/audio_test/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/audio_test/src/main.c b/examples/device/audio_test/src/main.c
index b5ca41d36..9910b496f 100644
--- a/examples/device/audio_test/src/main.c
+++ b/examples/device/audio_test/src/main.c
@@ -35,7 +35,7 @@
#include <stdio.h>
#include <string.h>
-#include "bsp/board.h"
+#include "bsp/board_api.h"
#include "tusb.h"
//--------------------------------------------------------------------+