Scott Lahteine 6 years ago
parent
commit
5dc04c5201
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/inc/Conditionals_post.h

+ 2
- 2
Marlin/src/inc/Conditionals_post.h View File

@@ -1120,9 +1120,9 @@
1120 1120
 #endif
1121 1121
 
1122 1122
 /**
1123
- * VIKI2, miniVIKI, and AZSMZ_12864 require DOGLCD_SCK and DOGLCD_MOSI to be defined.
1123
+ * VIKI2, miniVIKI, AZSMZ_12864, and MKS_12864OLED_SSD1306 require DOGLCD_SCK and DOGLCD_MOSI to be defined.
1124 1124
  */
1125
-#if ENABLED(VIKI2) || ENABLED(miniVIKI) || ENABLED(AZSMZ_12864)
1125
+#if ENABLED(VIKI2) || ENABLED(miniVIKI) || ENABLED(AZSMZ_12864) || ENABLED(MKS_12864OLED_SSD1306)
1126 1126
   #ifndef DOGLCD_SCK
1127 1127
     #define DOGLCD_SCK  SCK_PIN
1128 1128
   #endif

Loading…
Cancel
Save