Fixup housekeeping from being invoked twice per loop. (#12933)

This commit is contained in:
Nick Brassel
2021-05-18 17:02:28 +10:00
committed by GitHub
parent 6cdc996e0b
commit 58142f0726
6 changed files with 18 additions and 11 deletions

View File

@ -173,8 +173,7 @@ int main(void) {
#endif
// Run housekeeping
housekeeping_task_kb();
housekeeping_task_user();
housekeeping_task();
}
}
}