summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/pppd/system.h')
-rw-r--r--testsuites/samples/pppd/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h
index 812a5a23ad..f671cdbb83 100644
--- a/testsuites/samples/pppd/system.h
+++ b/testsuites/samples/pppd/system.h
@@ -26,6 +26,9 @@ extern int pppdapp_initialize(void);
TTY1_DRIVER_TABLE_ENTRY, TTY2_DRIVER_TABLE_ENTRY
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 8
#define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024)