0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-29 13:19:53 +00:00

Chenged LED_PIN for Melzi boards, added comment about broken versions of the Sanguino libraries

This commit is contained in:
Bas Spaans 2013-01-30 22:12:47 +01:00
parent 1d06b10962
commit 0995eaa492

View file

@ -683,7 +683,7 @@
#endif
#ifdef MELZI
#define LED_PIN 28
#define LED_PIN 27 /* On some broken versions of the Sanguino libraries the pin definitions are wrong, which then needs LED_PIN as pin 27. But you better upgrade your Sanguino libraries! See #368. */
#define FAN_PIN 4
#endif