Add pointer(?) to disable_JTAG to prevent compiler errors (#4310)
This commit is contained in:
parent
bd6d6d93f2
commit
f63c0b7844
1 changed files with 7 additions and 6 deletions
|
@ -92,6 +92,7 @@ void split_keyboard_setup(void) {
|
||||||
sei();
|
sei();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void disable_JTAG(void);
|
||||||
void keyboard_slave_loop(void) {
|
void keyboard_slave_loop(void) {
|
||||||
// Disable JTAG since we skip calling keyboard_init() on the slave side
|
// 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
|
// Future fix will possible call keyboard_init() on the slave to remove this need
|
||||||
|
|
Loading…
Reference in a new issue