From 94236f4be7a040aaae3cd6c34cf35870e8008ca4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 16 Oct 2017 20:41:12 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10838 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/ftl/processors/unittest/test/test_root.c.ftl | 1 - tools/ftl/processors/unittest/test/test_root.h.ftl | 2 ++ tools/ftl/processors/unittest/test/test_sequence.c.ftl | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/ftl/processors/unittest/test') diff --git a/tools/ftl/processors/unittest/test/test_root.c.ftl b/tools/ftl/processors/unittest/test/test_root.c.ftl index 7970a136c..66035acb3 100755 --- a/tools/ftl/processors/unittest/test/test_root.c.ftl +++ b/tools/ftl/processors/unittest/test/test_root.c.ftl @@ -40,7 +40,6 @@ */ #include "hal.h" -#include "ch_test.h" #include "${prefix_lower}test_root.h" #if !defined(__DOXYGEN__) diff --git a/tools/ftl/processors/unittest/test/test_root.h.ftl b/tools/ftl/processors/unittest/test/test_root.h.ftl index f2498bd0a..c3c8f3203 100755 --- a/tools/ftl/processors/unittest/test/test_root.h.ftl +++ b/tools/ftl/processors/unittest/test/test_root.h.ftl @@ -20,6 +20,8 @@ #ifndef ${prefix_upper}TEST_ROOT_H #define ${prefix_upper}TEST_ROOT_H +#include "ch_test.h" + [#list instance.sequences.sequence as sequence] #include "${prefix_lower}test_sequence_${(sequence_index + 1)?string("000")}.h" [/#list] diff --git a/tools/ftl/processors/unittest/test/test_sequence.c.ftl b/tools/ftl/processors/unittest/test/test_sequence.c.ftl index 161957603..85d3fc35f 100755 --- a/tools/ftl/processors/unittest/test/test_sequence.c.ftl +++ b/tools/ftl/processors/unittest/test/test_sequence.c.ftl @@ -14,7 +14,6 @@ [@utils.EmitIndentedCCode "" 2 instance.description.copyright.value[0] /] #include "hal.h" -#include "ch_test.h" #include "${prefix_lower}test_root.h" /** -- cgit v1.2.3