Browse Source

Update pins.h

Grogyan 10 years ago
parent
commit
bcd039aa81
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/pins.h

+ 3
- 3
Marlin/pins.h View File

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

Loading…
Cancel
Save