Fix ST7920_DELAY_2 potentially being unset

Comes from #7760
This commit is contained in:
Scott Lahteine 2017-09-27 02:48:54 -05:00
parent ce1638e32f
commit b93a55e15f

View File

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