led not working

This commit is contained in:
Jack Humbert 2018-06-21 21:25:06 -04:00
parent 6f8680db17
commit 75f1181ad6
6 changed files with 10 additions and 13 deletions

View file

@ -328,7 +328,7 @@ void rgblight_disable_noeeprom(void) {
#ifdef RGBLIGHT_ANIMATIONS
rgblight_timer_disable();
#endif
_delay_ms(50);
wait_ms(50);
rgblight_set();
}