diff --git a/Marlin/pins.h b/Marlin/pins.h
index a628a9aa4d3cc05d975a6b9bed145e600f8fe86b..41aae2e2215d38aeea2a7f50a2fac67e881c19b3 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