summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/capture/system.h')
-rw-r--r--testsuites/samples/capture/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/capture/system.h b/testsuites/samples/capture/system.h
index 533b0028e0..d6d8b804a3 100644
--- a/testsuites/samples/capture/system.h
+++ b/testsuites/samples/capture/system.h
@@ -44,6 +44,8 @@ extern void setup_tasks_to_watch(void);
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)