From 46b9988e26d3e876f0d81ae64b4a1773a0b173f9 Mon Sep 17 00:00:00 2001
From: Jonathan Bastien-Filiatrault <joe@x2a.org>
Date: Wed, 7 Nov 2012 16:09:30 -0500
Subject: [PATCH] Search and replace failure.

---
 Marlin/Configuration.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 742f33d9f0..54435f6460 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -302,7 +302,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
 
 
 //automatic expansion
-#if defined(ULTIMAKERCONTROLLER) || defined(REPRAPDISCOUNTSC)
+#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER)
  #define ULTIPANEL
  #define NEWPANEL
 #endif