1
0
Fork 0

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

This commit is contained in:
Drashna Jaelre 2018-10-31 15:14:59 -07:00 committed by MechMerlin
parent bd6d6d93f2
commit f63c0b7844

View file

@ -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