Add missing set_color(Off) in else statement

This commit is contained in:
Térence Clastres 2018-08-09 19:58:59 +02:00
parent cbb0a33aa3
commit 2c460135c5

View File

@ -366,7 +366,7 @@ LaunchControlXL::update_track_control_led(uint8_t n)
b->set_color(RedLow);
}
} else {
b->set_color(Off);
}
break;