diff options
author | Ryan <fauxpark@gmail.com> | 2020-12-28 04:36:32 +1100 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-01-12 22:46:11 -0800 |
commit | 4dd03061b4326470910b65d7ac7a86de1f979b07 (patch) | |
tree | a8e08849f7cde6ed0bc9a4a2bdf5a9542c05c6e3 /tmk_core/protocol | |
parent | 60fd4d61efcce3cda09ef2273f77bce49c1db456 (diff) |
Ensure single newline at EOF for core files (#11310)
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r-- | tmk_core/protocol/chibios.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/protocol/chibios.mk b/tmk_core/protocol/chibios.mk index 2070420f56..80554abb32 100644 --- a/tmk_core/protocol/chibios.mk +++ b/tmk_core/protocol/chibios.mk @@ -18,4 +18,3 @@ OPT_DEFS += -DFIXED_NUM_CONFIGURATIONS=1 ifeq ($(strip $(MIDI_ENABLE)), yes) include $(TMK_PATH)/protocol/midi.mk endif - |