diff options
| author | HiFiPhile <[email protected]> | 2025-09-17 23:30:32 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-09-17 23:44:01 +0200 |
| commit | 47bb79abe2e89f4bd7c7afa556cabc9e50fbbc3e (patch) | |
| tree | 3e62b9a9a92fb520082b062d19ef8d63179af2f6 /hw/bsp | |
| parent | be9409bfa738f00dc70d5e5bb99c0d9d61b69a34 (diff) | |
Fix board_reset_to_bootloader
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'hw/bsp')
| -rw-r--r-- | hw/bsp/board.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/bsp/board.c b/hw/bsp/board.c index 59a774789..e141664da 100644 --- a/hw/bsp/board.c +++ b/hw/bsp/board.c @@ -156,6 +156,10 @@ TU_ATTR_WEAK void board_init_after_tusb(void) { // nothing to do } +TU_ATTR_WEAK void board_reset_to_bootloader(void) { + // not implemented +} + //--------------------------------------------------------------------+ // Board API //--------------------------------------------------------------------+ |
