rename hw/bsp/board.h to board_api.h

This commit is contained in:
hathach
2023-08-03 15:44:05 +07:00
parent 4493b838d9
commit cf91660cee
48 changed files with 48 additions and 55 deletions

View File

@@ -43,7 +43,7 @@ The smartphone may be artificially picky about which Ethernet MAC address to rec
try changing the first byte of tud_network_mac_address[] below from 0x02 to 0x00 (clearing bit 1).
*/
#include "bsp/board.h"
#include "bsp/board_api.h"
#include "tusb.h"
#include "dhserver.h"