Browse Source

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

pull/1/head
Bas Spaans 12 years ago
parent
commit
0995eaa492
  1. 2
      Marlin/pins.h

2
Marlin/pins.h

@ -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

Loading…
Cancel
Save