summaryrefslogtreecommitdiff
path: root/tmk_core/common/avr/bootloader.c
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2019-04-23 11:08:16 +0900
committerGitHub <noreply@github.com>2019-04-23 11:08:16 +0900
commitbd66bf5f8f46628136e9da9db9609a6204c7e6cb (patch)
tree64f4e55abc525f4447e5add932d87ee6ec9ad2d3 /tmk_core/common/avr/bootloader.c
parent9470a4b17d3ff077d36904dd2204736d8d07591a (diff)
parentf93b7b53b7c46e6a8e4ea5e65659e407c372ca8c (diff)
Merge branch 'master' into fix/rgb_matrix_init
Diffstat (limited to 'tmk_core/common/avr/bootloader.c')
-rw-r--r--tmk_core/common/avr/bootloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/avr/bootloader.c b/tmk_core/common/avr/bootloader.c
index c4b913280e..3cdcd2e426 100644
--- a/tmk_core/common/avr/bootloader.c
+++ b/tmk_core/common/avr/bootloader.c
@@ -70,7 +70,7 @@
* http://www.fourwalledcubicle.com/files/LUFA/Doc/120730/html/_page__software_bootloader_start.html
*/
#define BOOTLOADER_RESET_KEY 0xB007B007
-uint32_t reset_key __attribute__ ((section (".noinit")));
+uint32_t reset_key __attribute__ ((section (".noinit,\"aw\",@nobits;")));
/** \brief initialize MCU status by watchdog reset
*