aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmk_core/common/bootmagic_lite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/bootmagic_lite.c b/tmk_core/common/bootmagic_lite.c
index 53bd7b1c7..38275cdd3 100644
--- a/tmk_core/common/bootmagic_lite.c
+++ b/tmk_core/common/bootmagic_lite.c
@@ -3,7 +3,7 @@
3bool is_keyboard_left(void); 3bool is_keyboard_left(void);
4 4
5/** \brief Reset eeprom 5/** \brief Reset eeprom
6 * 6 *
7 * ...just incase someone wants to only change the eeprom behaviour 7 * ...just incase someone wants to only change the eeprom behaviour
8 */ 8 */
9__attribute__((weak)) void bootmagic_lite_reset_eeprom(void) { 9__attribute__((weak)) void bootmagic_lite_reset_eeprom(void) {