From b93a55e15f73f2ec69753e583c318aa19eede58e Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Wed, 27 Sep 2017 02:48:54 -0500
Subject: [PATCH] Fix ST7920_DELAY_2 potentially being unset

Comes from #7760
---
 Marlin/src/pins/pins_SANGUINOLOLU_11.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/pins/pins_SANGUINOLOLU_11.h b/Marlin/src/pins/pins_SANGUINOLOLU_11.h
index 4ed004549f..0506d78cc0 100644
--- a/Marlin/src/pins/pins_SANGUINOLOLU_11.h
+++ b/Marlin/src/pins/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
-- 
GitLab