summaryrefslogtreecommitdiffstats
path: root/ntp
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-05-21 12:43:28 -0500
committerJoel Sherrill <joel@rtems.org>2021-05-21 12:44:19 -0500
commit402b9a60a54990356ff2efa98eb61b3fd2372ce9 (patch)
tree85d3bae8a4ce1a67dd94114525002df05913a232 /ntp
parentAdd various .gitignore files (diff)
downloadnetwork-demos-402b9a60a54990356ff2efa98eb61b3fd2372ce9.tar.bz2
Misc: Fix various warnings
Diffstat (limited to 'ntp')
-rw-r--r--ntp/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntp/init.c b/ntp/init.c
index b680c18..a2705ef 100644
--- a/ntp/init.c
+++ b/ntp/init.c
@@ -60,7 +60,7 @@ Init (rtems_task_argument ignored)
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 20
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024)