Fixed #368. Commented out the wrong pin definition, but explained why it is there.
This commit is contained in:
parent
236bb2c110
commit
408b349a84
|
@ -719,9 +719,8 @@
|
||||||
#define SDPOWER -1
|
#define SDPOWER -1
|
||||||
#define SDSS 31
|
#define SDSS 31
|
||||||
|
|
||||||
#ifdef MELZI
|
/* 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. */
|
||||||
#define SDSS 24
|
//#define SDSS 24
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef ULTRA_LCD
|
#ifdef ULTRA_LCD
|
||||||
#ifdef NEWPANEL
|
#ifdef NEWPANEL
|
||||||
|
|
Loading…
Reference in a new issue