Allow calls from RTEMS test harness.

This commit is contained in:
W. Eric Norum
2004-09-16 14:04:21 +00:00
parent 262901c567
commit 7a1249cd99
4 changed files with 4 additions and 4 deletions

View File

@@ -347,7 +347,7 @@ void testPeriodic ()
queue.release ();
}
void epicsTimerTest ()
extern "C" void epicsTimerTest ()
{
testExpireDestroy ();
testAccuracy ();