Browse Source

Fixed #368. Commented out the wrong pin definition, but explained why it is there.

daid303 12 years ago
parent
commit
408b349a84
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      Marlin/pins.h

+ 2
- 3
Marlin/pins.h View File

@@ -719,9 +719,8 @@
719 719
 #define SDPOWER            -1
720 720
 #define SDSS               31
721 721
 
722
-#ifdef MELZI
723
-#define SDSS               24
724
-#endif
722
+/* On some broken versions of the Sanguino libraries the pin definitions are wrong, which then needs SDSS as pin 24. But you better upgrade your Sanguino libraries! See #368. */
723
+//#define SDSS               24
725 724
 
726 725
  #ifdef ULTRA_LCD
727 726
    #ifdef NEWPANEL

Loading…
Cancel
Save