Fixed ST7920_DELAY typo

Fixed typo where ST7920_DELAY_2 was being #defined after a check for #ifndef ST7920_DELAY_3
master
DecoyPlatypus 7 years ago committed by Scott Lahteine
parent 70a64355f6
commit 41dcbe89dd

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