1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 17:46:14 +01:00

do not include config.h direct

This commit is contained in:
Harald Barth 2021-11-30 19:40:31 +01:00
parent a4f746c00c
commit 67e48d34f4

View File

@ -19,7 +19,7 @@
* along with CommandStation. If not, see <https://www.gnu.org/licenses/>.
*/
#include "config.h"
#include "defines.h"
#ifndef DISABLE_EEPROM
#include "EEStore.h"