Disable optimization on moonlander led task

This commit is contained in:
Drashna Jael're
2020-10-13 04:43:55 -07:00
parent 4018c5daa6
commit fb464ab8a3

View File

@@ -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);