Browse Source

Format code according to conventions (#12682)

Co-authored-by: QMK Bot <hello@qmk.fm>
pull/12697/head
github-actions[bot] 3 years ago
committed by GitHub
parent
commit
8c12fa2e59
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tmk_core/common/chibios/bootloader.c

+ 2
- 1
tmk_core/common/chibios/bootloader.c View File

@ -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


Loading…
Cancel
Save