From 67e48d34f48b35b7c67207416d569bc03542abcf Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Tue, 30 Nov 2021 19:40:31 +0100 Subject: [PATCH] do not include config.h direct --- EEStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EEStore.cpp b/EEStore.cpp index 15e2b2e..1a4cd2c 100644 --- a/EEStore.cpp +++ b/EEStore.cpp @@ -19,7 +19,7 @@ * along with CommandStation. If not, see . */ -#include "config.h" +#include "defines.h" #ifndef DISABLE_EEPROM #include "EEStore.h"