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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c
index cec004402..878be7d34 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -1104,6 +1104,10 @@ int main(void) {
1104#if !defined(INTERRUPT_CONTROL_ENDPOINT) 1104#if !defined(INTERRUPT_CONTROL_ENDPOINT)
1105 USB_USBTask(); 1105 USB_USBTask();
1106#endif 1106#endif
1107
1108 // Run housekeeping
1109 housekeeping_task_kb();
1110 housekeeping_task_user();
1107 } 1111 }
1108} 1112}
1109 1113