mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-17 02:49:35 +00:00
Disable optimization on moonlander led task
This commit is contained in:
@@ -38,7 +38,7 @@ void dynamic_macro_record_end_user(int8_t direction) {
|
||||
}
|
||||
#endif
|
||||
|
||||
void moonlander_led_task(void) {
|
||||
__attribute__((optimize("O0"))) void moonlander_led_task(void) {
|
||||
if (is_launching) {
|
||||
ML_LED_1(false);
|
||||
ML_LED_2(false);
|
||||
|
||||
Reference in New Issue
Block a user