1
0
Fork 0

Remove duplicate calls to housekeeping_task_user (#24201)

This commit is contained in:
Joel Challis 2024-07-27 05:56:33 +01:00 committed by GitHub
parent 938837e881
commit 20ae67ba01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 0 additions and 13 deletions

View file

@ -333,8 +333,6 @@ void housekeeping_task_kb(void)
}
is31fl3731_flush();
housekeeping_task_user();
}
void setleds_custom(rgb_led_t *start_led, uint16_t num_leds)

View file

@ -335,8 +335,6 @@ void housekeeping_task_kb(void)
}
is31fl3731_flush();
housekeeping_task_user();
}
void setleds_custom(rgb_led_t *start_led, uint16_t num_leds)