Remove unnecessary delay in lcd_selftest, which occured there as a result of merge.

This commit is contained in:
DRracer 2020-01-27 19:02:15 +01:00
parent 59b7c21657
commit 3e70b73a1f

View file

@ -7547,13 +7547,10 @@ bool lcd_selftest()
#ifdef TMC2130
FORCE_HIGH_POWER_START;
#endif // TMC2130
FORCE_BL_ON_START;
#if !IR_SENSOR_ANALOG
_delay(2000);
#endif //!IR_SENSOR_ANALOG
FORCE_BL_ON_START;
_delay(2000);
KEEPALIVE_STATE(IN_HANDLER);
#if IR_SENSOR_ANALOG
bool bAction;