Browse Source

Fix ST7920_DELAY_2 potentially being unset

Comes from #7760
Scott Lahteine 7 years ago
parent
commit
b93a55e15f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pins_SANGUINOLOLU_11.h

+ 1
- 1
Marlin/src/pins/pins_SANGUINOLOLU_11.h View File

240
     #ifndef ST7920_DELAY_1
240
     #ifndef ST7920_DELAY_1
241
       #define ST7920_DELAY_1 DELAY_0_NOP
241
       #define ST7920_DELAY_1 DELAY_0_NOP
242
     #endif
242
     #endif
243
-    #ifndef ST7920_DELAY_3
243
+    #ifndef ST7920_DELAY_2
244
       #define ST7920_DELAY_2 DELAY_3_NOP
244
       #define ST7920_DELAY_2 DELAY_3_NOP
245
     #endif
245
     #endif
246
     #ifndef ST7920_DELAY_3
246
     #ifndef ST7920_DELAY_3

Loading…
Cancel
Save