core: Fix for warning of unused label. #515

This commit is contained in:
tmk 2018-01-14 07:54:31 +09:00
parent 910c204a59
commit 8fd2cef441

View file

@ -148,7 +148,7 @@ void keyboard_task(void)
// call with pseudo tick event when no real key event.
action_exec(TICK);
MATRIX_LOOP_END:
//MATRIX_LOOP_END:
hook_keyboard_loop();