Remove extra 50ms delay added by de1725

Removes the 50ms debounce delay that was added when we allow the boot
logo to be skipped by reducing the boot logo delay by 50ms.
This commit is contained in:
Josh Goebel 2017-03-21 14:15:20 -04:00
parent 8f462387c5
commit 1b95f1ce8f
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ void Arduboy2Base::bootLogo()
} }
} }
delay(750); delay(700);
digitalWrite(BLUE_LED, RGB_OFF); digitalWrite(BLUE_LED, RGB_OFF);
bootLogoExtra(); bootLogoExtra();