summaryrefslogtreecommitdiffstats
path: root/file_io/fdopen/README
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2020-03-17 15:23:51 +0530
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 14:15:39 +0100
commite4e4cdc527b9dc24776f60c95633cca2bbe01d03 (patch)
treee8b22098f012238f7013ad1f3050ef04436e8850 /file_io/fdopen/README
parentwaf: Update to waf-2.0.19 (diff)
downloadrtems-examples-e4e4cdc527b9dc24776f60c95633cca2bbe01d03.tar.bz2
Replace deprecated CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS with CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
Diffstat (limited to 'file_io/fdopen/README')
-rw-r--r--file_io/fdopen/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/fdopen/README b/file_io/fdopen/README
index dee115d..6584480 100644
--- a/file_io/fdopen/README
+++ b/file_io/fdopen/README
@@ -57,7 +57,7 @@ into 0302), I would appreciate it.
#define CONFIGURE_MAXIMUM_TASKS 20
#define CONFIGURE_MAXIMUM_TIMERS 20
#define CONFIGURE_MAXIMUM_PERIODS 1
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 10
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 10
#define CONFIGURE_INIT_TASK_STACK_SIZE (32*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 90
#define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \