From f1f1be8ad9a5fa03702a58579e1383e0014e1a3f Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Sun, 12 Feb 2023 09:18:02 +0000 Subject: [PATCH] Oops- forgot to push this one. Name changes again. --- CommandStation-EX.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommandStation-EX.ino b/CommandStation-EX.ino index 67a7e58..1f57dc4 100644 --- a/CommandStation-EX.ino +++ b/CommandStation-EX.ino @@ -74,7 +74,7 @@ void setup() DIAG(F("License GPLv3 fsf.org (c) dcc-ex.com")); - CONDITIONAL_LCD_START { + CONDITIONAL_DISPLAY_START { // This block is still executed for DIAGS if LCD not in use LCD(0,F("DCC++ EX v%S"),F(VERSION)); LCD(1,F("Lic GPLv3")); @@ -160,7 +160,7 @@ void loop() LCN::loop(); #endif - LCDDisplay::loop(); // ignored if LCD not in use + Display::loop(); // ignored if LCD not in use // Handle/update IO devices. IODevice::loop();