Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jan 23, 2022
1 parent 63c73e9 commit 5e80091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/chibios/bootloaders/stm32duino.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
#include <ch.h>

__attribute__((weak)) void bootloader_jump(void) { NVIC_SystemReset(); }
__attribute__((weak)) void mcu_reset(void) {} // unknown method, ATM
__attribute__((weak)) void mcu_reset(void) {} // unknown method, ATM

0 comments on commit 5e80091

Please sign in to comment.