Quellcode durchsuchen

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

Bas Spaans vor 12 Jahren
Ursprung
Commit
0995eaa492
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/pins.h

+ 1
- 1
Marlin/pins.h Datei anzeigen

@@ -683,7 +683,7 @@
683 683
 #endif
684 684
 
685 685
 #ifdef MELZI
686
-#define LED_PIN            28
686
+#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. */
687 687
 #define FAN_PIN            4
688 688
 #endif
689 689
 

Laden…
Abbrechen
Speichern