Explorar el Código

Update pins.h

Grogyan hace 10 años
padre
commit
bcd039aa81
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      Marlin/pins.h

+ 3
- 3
Marlin/pins.h Ver fichero

@@ -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…
Cancelar
Guardar