summaryrefslogtreecommitdiffstats
path: root/ttcp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:11:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:11:36 +0000
commit5c663c09d093ef551aa7348eebf89ba1eea75196 (patch)
tree6c6944dd6a72cd36ed5c1836e4f1f35fbbe1a4dd /ttcp
parent2007-03-13 Joel Sherrill <joel@OARcorp.com> (diff)
downloadnetwork-demos-5c663c09d093ef551aa7348eebf89ba1eea75196.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
Diffstat (limited to 'ttcp')
-rw-r--r--ttcp/ChangeLog4
-rw-r--r--ttcp/init.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ttcp/ChangeLog b/ttcp/ChangeLog
index e4acd95..63107c7 100644
--- a/ttcp/ChangeLog
+++ b/ttcp/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
+
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of
diff --git a/ttcp/init.c b/ttcp/init.c
index 07d1c42..994af4b 100644
--- a/ttcp/init.c
+++ b/ttcp/init.c
@@ -17,8 +17,8 @@
#include <bsp.h>
-#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
-#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
+#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_USE_IMFS_AS_BASE_FILESYSTEM