Fixed ST7920_DELAY typo

Fixed typo where ST7920_DELAY_2 was being #defined after a check for #ifndef ST7920_DELAY_3
This commit is contained in:
DecoyPlatypus 2017-09-26 21:25:07 -05:00 committed by Scott Lahteine
parent 70a64355f6
commit 41dcbe89dd

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