summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm27/task1.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-03 13:01:56 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-04 08:43:45 +0100
commitfdeaa64e1786e7f18814d8c7eae219332d672c27 (patch)
tree3a50ac808e2351e9d1f86eb7c7d2752815e6818c /testsuites/tmtests/tm27/task1.c
parentsptests/spheapprot: Fix warning (diff)
downloadrtems-fdeaa64e1786e7f18814d8c7eae219332d672c27.tar.bz2
config: Remove <rtems/btimer.h> include
The use of CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER does not define anything, so remove the <rtems/btimer.h> include. Update #3875.
Diffstat (limited to 'testsuites/tmtests/tm27/task1.c')
-rw-r--r--testsuites/tmtests/tm27/task1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm27/task1.c b/testsuites/tmtests/tm27/task1.c
index 8c728dbe95..c0f8bd1088 100644
--- a/testsuites/tmtests/tm27/task1.c
+++ b/testsuites/tmtests/tm27/task1.c
@@ -21,6 +21,7 @@
#include "system.h"
#include <bsp.h>
+#include <rtems/btimer.h>
#include <rtems/score/schedulerpriorityimpl.h>
#define _RTEMS_TMTEST27