From b810fb45c73253c0497e4fab91a01d377056279c Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Thu, 24 Sep 2020 10:58:08 +0200 Subject: [PATCH] config.h only in .ino --- DCC.h | 1 - 1 file changed, 1 deletion(-) diff --git a/DCC.h b/DCC.h index 0ba7a5f..76aca0e 100644 --- a/DCC.h +++ b/DCC.h @@ -19,7 +19,6 @@ #ifndef DCC_h #define DCC_h #include -#include "config.h" #include "MotorDriver.h" #include "MotorDrivers.h"