summaryrefslogtreecommitdiff
path: root/led
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-24 13:39:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-24 13:39:55 +0000
commit7a59707aef748a0ecc69867f78e25c5067d7f65d (patch)
tree1eac1a730ce7318424c0c276b2586f33ffb93ded /led
parent262dbf632e16046a9f6a84632a4928389b5a831e (diff)
2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* delay/init.c, ratemon1/init.c: Clean up configuration.
Diffstat (limited to 'led')
-rw-r--r--led/ChangeLog4
-rw-r--r--led/delay/init.c2
-rw-r--r--led/ratemon1/init.c4
3 files changed, 6 insertions, 4 deletions
diff --git a/led/ChangeLog b/led/ChangeLog
index ec55eaf..3047c71 100644
--- a/led/ChangeLog
+++ b/led/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * delay/init.c, ratemon1/init.c: Clean up configuration.
+
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Add timer test.
diff --git a/led/delay/init.c b/led/delay/init.c
index 373f432..d1b34bb 100644
--- a/led/delay/init.c
+++ b/led/delay/init.c
@@ -39,7 +39,6 @@ rtems_task Init(
/**************** START OF CONFIGURATION INFORMATION ****************/
-#define CONFIGURE_INIT
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
@@ -47,6 +46,7 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT
#include <rtems/confdefs.h>
/**************** END OF CONFIGURATION INFORMATION ****************/
diff --git a/led/ratemon1/init.c b/led/ratemon1/init.c
index c666ed3..6f2bffa 100644
--- a/led/ratemon1/init.c
+++ b/led/ratemon1/init.c
@@ -49,7 +49,6 @@ rtems_task Init(
/**************** START OF CONFIGURATION INFORMATION ****************/
-#define CONFIGURE_INIT
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
@@ -58,8 +57,7 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
-
+#define CONFIGURE_INIT
#include <rtems/confdefs.h>
/**************** END OF CONFIGURATION INFORMATION ****************/