core: Fix for warning of unused label. #515
This commit is contained in:
parent
910c204a59
commit
8fd2cef441
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue