Fix RPI build

Signed-off-by: HiFiPhile <admin@hifiphile.com>
This commit is contained in:
HiFiPhile
2025-09-18 00:04:01 +02:00
parent ce41292f1b
commit be618ba084

View File

@ -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