Remove unnecessary delay in lcd_selftest, which occured there as a result of merge.
This commit is contained in:
parent
59b7c21657
commit
3e70b73a1f
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue