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

@@ -24,7 +24,7 @@
*/
#include "tusb.h"
#include "bsp/board.h"
#include "bsp/board_api.h"
/* A combination of interfaces must have a unique product id, since PC will save device driver after the first plug.
* Same VID/PID with different interface e.g MSC (first), then CDC (later) will possibly cause system error on PC.