diff options
| author | QMK Bot <hello@qmk.fm> | 2020-03-21 23:44:27 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2020-03-21 23:44:27 +0000 |
| commit | d511e52c1f84b439e85c8f9408716c28dcf9c1d0 (patch) | |
| tree | f0a74c4b1bb5a7c77a8795c355c46c00144b8735 /tmk_core | |
| parent | 789e19945038c3b98d6e80bc29166d493a8b1056 (diff) | |
| download | qmk_firmware-d511e52c1f84b439e85c8f9408716c28dcf9c1d0.tar.gz qmk_firmware-d511e52c1f84b439e85c8f9408716c28dcf9c1d0.zip | |
format code according to conventions [skip ci]
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/common/bootmagic_lite.c | 2 |
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 @@ | |||
| 3 | bool is_keyboard_left(void); | 3 | bool 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) { |
