mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-13 03:54:42 +00:00
Remove duplicated housekeeping in arm_atsam (#11672)
This commit is contained in:
parent
b96db514f6
commit
28b1c913b4
1 changed files with 0 additions and 3 deletions
|
@ -306,9 +306,6 @@ int main(void) {
|
|||
}
|
||||
#endif // CONSOLE_ENABLE
|
||||
|
||||
// Run housekeeping
|
||||
housekeeping_task_kb();
|
||||
housekeeping_task_user();
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue