summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2025-09-18 00:04:01 +0200
committerHiFiPhile <[email protected]>2025-09-18 00:04:01 +0200
commitbe618ba084a00c8a16e9e95ab0be354b09ac2a0a (patch)
treee753fe47fec84223c6658bef8ee4b25020e3f497
parentce41292f1b49fe39d54a9d4c2951fec56b8c13f5 (diff)
Fix RPI build
Signed-off-by: HiFiPhile <[email protected]>
-rw-r--r--hw/bsp/rp2040/family.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.c b/hw/bsp/rp2040/family.c
index 771839b77..989140e02 100644
--- a/hw/bsp/rp2040/family.c
+++ b/hw/bsp/rp2040/family.c
@@ -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