diff options
author | Drashna Jaelre <drashna@live.com> | 2018-11-02 15:55:54 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-02 14:31:29 -0700 |
commit | f1529e74c41aa511cd04009d9a614a525824418e (patch) | |
tree | ae5cabe3785adc4d9547c58c5f4a9bc98facb475 /quantum/split_common/split_util.c | |
parent | a5fa75fcb3de822f4e43dcf29cee6eb9f945a992 (diff) | |
download | qmk_firmware-f1529e74c41aa511cd04009d9a614a525824418e.tar.gz qmk_firmware-f1529e74c41aa511cd04009d9a614a525824418e.zip |
Remove old declaration
Co-Authored-By: nooges <nooges@users.noreply.github.com>
Diffstat (limited to 'quantum/split_common/split_util.c')
-rw-r--r-- | quantum/split_common/split_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/split_common/split_util.c b/quantum/split_common/split_util.c index 7d1d7ee04..56077e4f2 100644 --- a/quantum/split_common/split_util.c +++ b/quantum/split_common/split_util.c | |||
@@ -92,7 +92,6 @@ void split_keyboard_setup(void) { | |||
92 | sei(); | 92 | sei(); |
93 | } | 93 | } |
94 | 94 | ||
95 | void disable_JTAG(void); | ||
96 | void keyboard_slave_loop(void) { | 95 | void keyboard_slave_loop(void) { |
97 | matrix_init(); | 96 | matrix_init(); |
98 | 97 | ||