From fdeaa64e1786e7f18814d8c7eae219332d672c27 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 3 Mar 2020 13:01:56 +0100 Subject: config: Remove include The use of CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER does not define anything, so remove the include. Update #3875. --- testsuites/tmtests/tmck/task1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/tmtests/tmck') diff --git a/testsuites/tmtests/tmck/task1.c b/testsuites/tmtests/tmck/task1.c index 5cc378aa1b..23f66e5e86 100644 --- a/testsuites/tmtests/tmck/task1.c +++ b/testsuites/tmtests/tmck/task1.c @@ -15,6 +15,8 @@ #include "config.h" #endif +#include + #define CONFIGURE_INIT #include "system.h" -- cgit v1.2.3