core: Fix for warning of unused label. #515
parent
910c204a59
commit
8fd2cef441
|
|
@ -148,7 +148,7 @@ void keyboard_task(void)
|
||||||
// call with pseudo tick event when no real key event.
|
// call with pseudo tick event when no real key event.
|
||||||
action_exec(TICK);
|
action_exec(TICK);
|
||||||
|
|
||||||
MATRIX_LOOP_END:
|
//MATRIX_LOOP_END:
|
||||||
|
|
||||||
hook_keyboard_loop();
|
hook_keyboard_loop();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue