Browse Source

Fixed typo in comment

Bas Spaans 12 years ago
parent
commit
12c41423ad
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/pins.h

+ 1
- 1
Marlin/pins.h View File

@@ -683,7 +683,7 @@
683 683
 #endif
684 684
 
685 685
 #ifdef MELZI
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. */
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 28. But you better upgrade your Sanguino libraries! See #368. */
687 687
 #define FAN_PIN            4
688 688
 #endif
689 689
 

Loading…
Cancel
Save