소스 검색

Fix ST7920_DELAY_2 potentially being unset

Comes from #7760
Scott Lahteine 7 년 전
부모
커밋
b93a55e15f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/pins/pins_SANGUINOLOLU_11.h

+ 1
- 1
Marlin/src/pins/pins_SANGUINOLOLU_11.h 파일 보기

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

Loading…
취소
저장