1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51:24 +01:00

config.h only in .ino

This commit is contained in:
Harald Barth 2020-09-24 10:58:08 +02:00
parent 0b603d4dfd
commit b810fb45c7

1
DCC.h
View File

@ -19,7 +19,6 @@
#ifndef DCC_h
#define DCC_h
#include <Arduino.h>
#include "config.h"
#include "MotorDriver.h"
#include "MotorDrivers.h"