2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>

* capture/test1.c: Eliminate all public use of TOD conversion routines.
This commit is contained in:
Joel Sherrill
2008-12-16 20:56:14 +00:00
parent e85d043f0c
commit 27b2c34b98
2 changed files with 5 additions and 1 deletions

View File

@@ -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));
}
/*