diff options
Diffstat (limited to 'platforms/chibios/bootloaders/stm32duino.c')
| -rw-r--r-- | platforms/chibios/bootloaders/stm32duino.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/bootloaders/stm32duino.c b/platforms/chibios/bootloaders/stm32duino.c index e2db7fa16c..cc3f6be2df 100644 --- a/platforms/chibios/bootloaders/stm32duino.c +++ b/platforms/chibios/bootloaders/stm32duino.c | |||
| @@ -25,4 +25,4 @@ __attribute__((weak)) void bootloader_jump(void) { | |||
| 25 | __attribute__((weak)) void mcu_reset(void) { | 25 | __attribute__((weak)) void mcu_reset(void) { |
| 26 | BKP->DR10 = RTC_BOOTLOADER_JUST_UPLOADED; | 26 | BKP->DR10 = RTC_BOOTLOADER_JUST_UPLOADED; |
| 27 | NVIC_SystemReset(); | 27 | NVIC_SystemReset(); |
| 28 | } \ No newline at end of file | 28 | } |
