summaryrefslogtreecommitdiffstats
path: root/micromonitor
diff options
context:
space:
mode:
Diffstat (limited to 'micromonitor')
-rw-r--r--micromonitor/umon/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/micromonitor/umon/test.c b/micromonitor/umon/test.c
index d1ba045..48a2d05 100644
--- a/micromonitor/umon/test.c
+++ b/micromonitor/umon/test.c
@@ -147,7 +147,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_MAXIMUM_SEMAPHORES 5
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 4
#define CONFIGURE_MICROSECONDS_PER_TICK 5000
#define CONFIGURE_INIT_TASK_STACK_SIZE \
(CONFIGURE_MINIMUM_TASK_STACK_SIZE * 10)