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

@@ -27,7 +27,7 @@
#include <stdio.h>
#include <string.h>
#include "bsp/board.h"
#include "bsp/board_api.h"
#include "tusb.h"
//--------------------------------------------------------------------+

View File

@@ -23,7 +23,7 @@
*
*/
#include "bsp/board.h"
#include "bsp/board_api.h"
#include "tusb.h"
#if CFG_TUD_MSC

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.