diff options
| author | hathach <[email protected]> | 2023-08-03 15:50:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-03 15:50:52 +0700 |
| commit | a5768f52b492f7a2ee32f3b786c12532d0876f01 (patch) | |
| tree | 0be6e03322a9b1d0f0f3a71e3d0484f878015fa1 /hw/bsp/lpc18 | |
| parent | cf91660cee0863291fd9412a3623df018e8bd071 (diff) | |
more board_api.h rename
Diffstat (limited to 'hw/bsp/lpc18')
| -rw-r--r-- | hw/bsp/lpc18/family.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/lpc18/family.c b/hw/bsp/lpc18/family.c index 2fd69c84b..b11f4fe0e 100644 --- a/hw/bsp/lpc18/family.c +++ b/hw/bsp/lpc18/family.c @@ -25,7 +25,7 @@ */ #include "chip.h" -#include "bsp/board.h" +#include "bsp/board_api.h" #include "board.h" #ifdef BOARD_TUD_RHPORT |
