Fix ST7920_DELAY_2 potentially being unset

Comes from #7760
2.0.x
Scott Lahteine 7 years ago
parent ce1638e32f
commit b93a55e15f

@ -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