From 12c41423ad2d6e2c9ab10fe24261ee210fb98de7 Mon Sep 17 00:00:00 2001 From: Bas Spaans Date: Wed, 30 Jan 2013 22:54:04 +0100 Subject: [PATCH] Fixed typo in comment --- Marlin/pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/pins.h b/Marlin/pins.h index a628a9aa4d..41aae2e221 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -683,7 +683,7 @@ #endif #ifdef MELZI -#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 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. */ #define FAN_PIN 4 #endif