Skip to content

Commit

Permalink
Format code according to conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Apr 25, 2021
1 parent 412e7a0 commit 3921d2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmk_core/common/chibios/bootloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ void bootloader_jump(void) {
NVIC_SystemReset();
}

void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */ }
void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */
}

#elif STM32_BOOTLOADER_DUAL_BANK

Expand Down

0 comments on commit 3921d2f

Please sign in to comment.