From 50e85d0b79b8da612bf57f15a09121c9fb710daa Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Wed, 28 Oct 2020 23:19:55 +0100 Subject: [PATCH] better isprint instead --- EEStore.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EEStore.cpp b/EEStore.cpp index e1131ac..14ed925 100644 --- a/EEStore.cpp +++ b/EEStore.cpp @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with CommandStation. If not, see . */ -#include // isascii in dump for diagnostics #include "EEStore.h" #include "Turnouts.h" #include "Sensors.h" @@ -98,7 +97,7 @@ void EEStore::dump(int num) { DIAG(F("\nAddr 0x char\n")); for (int n=0 ; n