diff options
| author | Gentoli <gentoli@live.com> | 2021-01-23 20:55:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-24 12:55:43 +1100 |
| commit | 28b1c913b4b6f113655af7288d52db86998fa717 (patch) | |
| tree | 94b97c43873fdc175820c5f956479dd5e3670257 /tmk_core | |
| parent | b96db514f6bcc4cec93aa7c42148638f138a1fb9 (diff) | |
| download | qmk_firmware-28b1c913b4b6f113655af7288d52db86998fa717.tar.gz qmk_firmware-28b1c913b4b6f113655af7288d52db86998fa717.zip | |
Remove duplicated housekeeping in arm_atsam (#11672)
Diffstat (limited to 'tmk_core')
| -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; |
