浏览代码

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

Bas Spaans 12 年前
父节点
当前提交
0995eaa492
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/pins.h

+ 1
- 1
Marlin/pins.h 查看文件

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

正在加载...
取消
保存