summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture
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 /testsuites/samples/capture
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.
Diffstat (limited to 'testsuites/samples/capture')
-rw-r--r--testsuites/samples/capture/test1.c2
1 files changed, 1 insertions, 1 deletions
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));
}
/*