Compare commits

...

1 Commits

Author SHA1 Message Date
Drashna Jael're
fb464ab8a3 Disable optimization on moonlander led task 2020-10-13 04:43:55 -07:00

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