mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-07 23:45:34 +00:00
@ -160,6 +160,14 @@ void board_putchar(int c) {
|
||||
putchar(c);
|
||||
}
|
||||
|
||||
void board_init_after_tusb(void) {
|
||||
// nothing to do
|
||||
}
|
||||
|
||||
void board_reset_to_bootloader(void) {
|
||||
// not implemented
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
// PHY Init
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user