Merge pull request #2439 from DRracer/remove-unnecessary-delay
Remove unnecessary delay in lcd_selftest
This commit is contained in:
commit
faebb774ff
1 changed files with 1 additions and 4 deletions
|
@ -7601,10 +7601,7 @@ bool lcd_selftest()
|
|||
#ifdef TMC2130
|
||||
FORCE_HIGH_POWER_START;
|
||||
#endif // TMC2130
|
||||
// _delay(2000);
|
||||
|
||||
FORCE_BL_ON_START;
|
||||
|
||||
FORCE_BL_ON_START;
|
||||
_delay(2000);
|
||||
KEEPALIVE_STATE(IN_HANDLER);
|
||||
|
||||
|
|
Loading…
Reference in a new issue