Grogyan 10 лет назад
Родитель
Сommit
bcd039aa81
1 измененных файлов: 3 добавлений и 3 удалений
  1. 3
    3
      Marlin/pins.h

+ 3
- 3
Marlin/pins.h Просмотреть файл

@@ -823,9 +823,9 @@
823 823
 
824 824
 #ifndef SDSUPPORT
825 825
 // these pins are defined in the SD library if building with SD support
826
-  #define MAX_SCK_PIN          52
827
-  #define MAX_MISO_PIN         50
828
-  #define MAX_MOSI_PIN         51
826
+  #define SCK_PIN          52
827
+  #define MISO_PIN         50
828
+  #define MOSI_PIN         51
829 829
   #define MAX6675_SS       53
830 830
 #else
831 831
   #define MAX6675_SS       49

Загрузка…
Отмена
Сохранить