lpc move Chip_USB_Init() out of stack to bsp

This commit is contained in:
hathach
2018-12-05 11:53:56 +07:00
parent 9176b7b1da
commit c1336dff03
6 changed files with 93 additions and 64 deletions
@@ -95,6 +95,9 @@ void board_init(void)
//------------- UART -------------//
//UARTInit(CFG_UART_BAUDRATE);
// USB
Chip_USB_Init(); // Setup PLL clock, and power
}
/*------------------------------------------------------------------*/