Browse Source

Fix ST7920_DELAY_2 potentially being unset

Comes from #7760
pull/1/head
Scott Lahteine 7 years ago
parent
commit
b93a55e15f
  1. 2
      Marlin/src/pins/pins_SANGUINOLOLU_11.h

2
Marlin/src/pins/pins_SANGUINOLOLU_11.h

@ -240,7 +240,7 @@
#ifndef ST7920_DELAY_1
#define ST7920_DELAY_1 DELAY_0_NOP
#endif
#ifndef ST7920_DELAY_3
#ifndef ST7920_DELAY_2
#define ST7920_DELAY_2 DELAY_3_NOP
#endif
#ifndef ST7920_DELAY_3

Loading…
Cancel
Save