mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
Safer delays for EINSY_RAMBO + RRDFGSC
This commit is contained in:
parent
385c990d6f
commit
b33463aa68
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
|
||||
#define CPU_ST7920_DELAY_2 DELAY_NS(188)
|
||||
#define CPU_ST7920_DELAY_3 DELAY_NS(0)
|
||||
#elif MB(MINIRAMBO)
|
||||
#elif MB(MINIRAMBO) || MB(EINSY_RAMBO)
|
||||
#define CPU_ST7920_DELAY_1 DELAY_NS(0)
|
||||
#define CPU_ST7920_DELAY_2 DELAY_NS(250)
|
||||
#define CPU_ST7920_DELAY_3 DELAY_NS(0)
|
||||
|
|
Loading…
Reference in a new issue