Skip to content

Commit

Permalink
core: make RESET key work with Teensy 4.x (#13076)
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg authored Jun 16, 2021
1 parent d37900b commit e2c5893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/common/chibios/bootloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void enter_bootloader_mode_if_requested(void) {
}
}

#elif defined(KL2x) || defined(K20x) || defined(MK66F18) // STM32_BOOTLOADER_DUAL_BANK // STM32_BOOTLOADER_ADDRESS
#elif defined(KL2x) || defined(K20x) || defined(MK66F18) || defined(MIMXRT1062) // STM32_BOOTLOADER_DUAL_BANK // STM32_BOOTLOADER_ADDRESS
/* Kinetis */

# if defined(BOOTLOADER_KIIBOHD)
Expand Down

0 comments on commit e2c5893

Please sign in to comment.