simplify board API, adding stm32f3 discovery
- remove board header since it is not used
This commit is contained in:
@@ -24,15 +24,12 @@
|
||||
* This file is part of the TinyUSB stack.
|
||||
*/
|
||||
|
||||
#include "bsp/board.h"
|
||||
#include "../board.h"
|
||||
|
||||
#include "stm32f4xx.h"
|
||||
|
||||
#include "tusb_option.h"
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
|
||||
//--------------------------------------------------------------------+
|
||||
void board_init(void)
|
||||
{
|
||||
// Init the LED on PD14
|
||||
|
||||
Reference in New Issue
Block a user