Browse Source

Update pins.h

pull/1/head
Grogyan 11 years ago
parent
commit
bcd039aa81
  1. 6
      Marlin/pins.h

6
Marlin/pins.h

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

Loading…
Cancel
Save