summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-16 20:56:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-16 20:56:14 +0000
commit27b2c34b98679892fda852b7a5b30dff788f9306 (patch)
tree0a0c76ef32f6fbbfd829999c1fb4906bf535189f
parent2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-27b2c34b98679892fda852b7a5b30dff788f9306.tar.bz2
2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* capture/test1.c: Eliminate all public use of TOD conversion routines.
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/capture/test1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index d855b94a24..ff220ecf62 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * capture/test1.c: Eliminate all public use of TOD conversion routines.
+
2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* unlimited/init.c: Run all tests successfully with maxixum number of
diff --git a/testsuites/samples/capture/test1.c b/testsuites/samples/capture/test1.c
index 14b5cf23ee..fbe8b75780 100644
--- a/testsuites/samples/capture/test1.c
+++ b/testsuites/samples/capture/test1.c
@@ -31,7 +31,7 @@ static volatile int capture_CT1c_deleted;
static void
capture_wait (uint32_t period)
{
- rtems_task_wake_after (TOD_MICROSECONDS_TO_TICKS (period * 1000));
+ rtems_task_wake_after (RTEMS_MICROSECONDS_TO_TICKS (period * 1000));
}
/*