diff options
| -rw-r--r-- | tmk_core/protocol/arm_atsam/main_arm_atsam.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/protocol/arm_atsam/main_arm_atsam.c b/tmk_core/protocol/arm_atsam/main_arm_atsam.c index e10be52fb..a3d1f3449 100644 --- a/tmk_core/protocol/arm_atsam/main_arm_atsam.c +++ b/tmk_core/protocol/arm_atsam/main_arm_atsam.c | |||
| @@ -306,9 +306,6 @@ int main(void) { | |||
| 306 | } | 306 | } |
| 307 | #endif // CONSOLE_ENABLE | 307 | #endif // CONSOLE_ENABLE |
| 308 | 308 | ||
| 309 | // Run housekeeping | ||
| 310 | housekeeping_task_kb(); | ||
| 311 | housekeeping_task_user(); | ||
| 312 | } | 309 | } |
| 313 | 310 | ||
| 314 | return 1; | 311 | return 1; |
