summaryrefslogtreecommitdiffstats
path: root/classic_api
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 18:00:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 18:00:30 +0000
commit9dce21f7300eaf6d6d40f333d1420ed53f2724bd (patch)
treeee8b8fb3993179b09019cf560c664dd9ceaa991d /classic_api
parentFix pr number. (diff)
downloadrtems-examples-9dce21f7300eaf6d6d40f333d1420ed53f2724bd.tar.bz2
2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* classic_signal/test.c: Example clean up.
Diffstat (limited to 'classic_api')
-rw-r--r--classic_api/ChangeLog4
-rw-r--r--classic_api/classic_signal/test.c4
2 files changed, 5 insertions, 3 deletions
diff --git a/classic_api/ChangeLog b/classic_api/ChangeLog
index 686e6a3..015f734 100644
--- a/classic_api/ChangeLog
+++ b/classic_api/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * classic_signal/test.c: Example clean up.
+
2010-04-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
* classic_signal/Makefile: Change executable name from hello.
diff --git a/classic_api/classic_signal/test.c b/classic_api/classic_signal/test.c
index 0742a93..94a8b43 100644
--- a/classic_api/classic_signal/test.c
+++ b/classic_api/classic_signal/test.c
@@ -51,7 +51,7 @@ rtems_task Init(
rtems_interval start;
rtems_interval now;
- puts( "\n\n*** SIGNAL FROM TST TEST ***" );
+ puts( "\n\n*** SIGNAL FROM TSR TEST ***" );
main_task = rtems_task_self();
@@ -96,7 +96,6 @@ rtems_task Init(
}
/* configuration information */
-
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
@@ -106,5 +105,4 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TIMERS 1
#define CONFIGURE_INIT
-
#include <rtems/confdefs.h>