Add pointer(?) to disable_JTAG to prevent compiler errors (#4310)

pull/4313/head
Drashna Jaelre 6 years ago committed by MechMerlin
parent bd6d6d93f2
commit f63c0b7844

@ -92,6 +92,7 @@ void split_keyboard_setup(void) {
sei();
}
void disable_JTAG(void);
void keyboard_slave_loop(void) {
// Disable JTAG since we skip calling keyboard_init() on the slave side
// Future fix will possible call keyboard_init() on the slave to remove this need

Loading…
Cancel
Save