mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-15 08:55:46 +00:00
@ -290,6 +290,10 @@ void board_init_after_tusb(void) {
|
||||
// nothing to do
|
||||
}
|
||||
|
||||
void board_reset_to_bootloader(void) {
|
||||
// not implemented
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// USB Interrupt Handler
|
||||
// rp2040 implementation will install appropriate handler when initializing
|
||||
|
||||
Reference in New Issue
Block a user