Skip to content

Commit

Permalink
Add option for wb32dfu
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed May 4, 2022
1 parent f11ff87 commit 970b1ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/chibios/bootloaders/wb32_dfu.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ void enter_bootloader_mode_if_requested(void) {
;
}
}

__attribute__((weak)) void mcu_reset(void) {
NVIC_SystemReset();
}

0 comments on commit 970b1ca

Please sign in to comment.