Skip to content

Commit 1324c28

Browse files
committed
more board_api rename
1 parent a160da1 commit 1324c28

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

hw/bsp/lpc13/boards/lpcxpresso1347/lpcxpresso1347.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
#include "chip.h"
28-
#include "../board.h"
28+
#include "bsp/board_api.h"
2929

3030
//--------------------------------------------------------------------+
3131
// Forward USB interrupt events to TinyUSB IRQ Handler

hw/bsp/lpc17/boards/lpcxpresso1769/lpcxpresso1769.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
#include "chip.h"
28-
#include "../board.h"
28+
#include "bsp/board_api.h"
2929

3030
//--------------------------------------------------------------------+
3131
// USB Interrupt Handler

hw/bsp/lpc17/boards/mbed1768/mbed1768.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
#include "chip.h"
28-
#include "../board.h"
28+
#include "bsp/board_api.h"
2929

3030
#define LED_PORT 1
3131
#define LED_PIN 18

hw/bsp/lpc51/boards/lpcxpresso51u68/lpcxpresso51u68.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27-
#include "../board.h"
27+
#include "bsp/board_api.h"
2828
#include "fsl_device_registers.h"
2929
#include "fsl_gpio.h"
3030
#include "fsl_power.h"

hw/bsp/mm32/boards/mm32f327x_bluepillplus/mm32f327x_bluepillplus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "mm32_device.h"
3030
#include "hal_conf.h"
3131
#include "tusb.h"
32-
#include "../board.h"
32+
#include "bsp/board_api.h"
3333

3434
//--------------------------------------------------------------------+
3535
// Forward USB interrupt events to TinyUSB IRQ Handler

hw/bsp/mm32/boards/mm32f327x_mb39/mm32f327x_mb39.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "mm32_device.h"
2828
#include "hal_conf.h"
2929
#include "tusb.h"
30-
#include "../board.h"
30+
#include "bsp/board_api.h"
3131

3232
//--------------------------------------------------------------------+
3333
// Forward USB interrupt events to TinyUSB IRQ Handler

hw/bsp/mm32/boards/mm32f327x_pitaya_lite/mm32f327x_pitaya_lite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "mm32_device.h"
3030
#include "hal_conf.h"
3131
#include "tusb.h"
32-
#include "../board.h"
32+
#include "bsp/board_api.h"
3333

3434
//--------------------------------------------------------------------+
3535
// Forward USB interrupt events to TinyUSB IRQ Handler

hw/bsp/stm32f3/boards/stm32f303disco/stm32f303disco.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27-
#include "../board.h"
27+
#include "bsp/board_api.h"
2828
#include "stm32f3xx_hal.h"
2929

3030
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)