Skip to content

Commit

Permalink
core: make RESET key work with Teensy 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Jun 2, 2021
1 parent 9544b41 commit ccc06d3
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 ccc06d3

Please sign in to comment.