From faf9f76c424304e98164480c53c54a9417ce4dfa Mon Sep 17 00:00:00 2001 From: Sergei Kotlyachkov Date: Mon, 6 Nov 2023 22:29:41 -0500 Subject: [PATCH] Remove space that was added by mistake when merging --- Turnouts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Turnouts.cpp b/Turnouts.cpp index a6b6aac..4b44ad4 100644 --- a/Turnouts.cpp +++ b/Turnouts.cpp @@ -558,7 +558,7 @@ } void HBridgeTurnout::save() { -#ifndef DISAB LE_EEPROM +#ifndef DISABLE_EEPROM // Write turnout definition and current position to EEPROM // First write common servo data, then // write the servo-specific data