aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r--tmk_core/protocol/lufa/lufa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c
index 85d71d083..63619fdb3 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -1107,8 +1107,7 @@ int main(void) {
1107#endif 1107#endif
1108 1108
1109 // Run housekeeping 1109 // Run housekeeping
1110 housekeeping_task_kb(); 1110 housekeeping_task();
1111 housekeeping_task_user();
1112 } 1111 }
1113} 1112}
1114 1113