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

@@ -17,7 +17,7 @@
*
*/
void epicsTimerTest ( void );
extern "C" void epicsTimerTest ( void );
int main ( int /* argc */, char /* *argv[] */ )
{