Parcourir la source

Update pins.h

Grogyan il y a 10 ans
Parent
révision
bcd039aa81
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      Marlin/pins.h

+ 3
- 3
Marlin/pins.h Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer