From 41dcbe89ddf82ff756de5755ec2dd3db7845382d Mon Sep 17 00:00:00 2001 From: DecoyPlatypus Date: Tue, 26 Sep 2017 21:25:07 -0500 Subject: [PATCH] Fixed ST7920_DELAY typo Fixed typo where ST7920_DELAY_2 was being #defined after a check for #ifndef ST7920_DELAY_3 --- Marlin/pins_SANGUINOLOLU_11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/pins_SANGUINOLOLU_11.h b/Marlin/pins_SANGUINOLOLU_11.h index 4ed004549..0506d78cc 100644 --- a/Marlin/pins_SANGUINOLOLU_11.h +++ b/Marlin/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