Grogyan před 11 roky
rodič
revize
bcd039aa81
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3
    3
      Marlin/pins.h

+ 3
- 3
Marlin/pins.h Zobrazit soubor

823
 
823
 
824
 #ifndef SDSUPPORT
824
 #ifndef SDSUPPORT
825
 // these pins are defined in the SD library if building with SD support
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
   #define MAX6675_SS       53
829
   #define MAX6675_SS       53
830
 #else
830
 #else
831
   #define MAX6675_SS       49
831
   #define MAX6675_SS       49

Loading…
Zrušit
Uložit