clean up on DELAYTIMER_MAX

This commit is contained in:
Joel Sherrill
1996-05-23 22:34:18 +00:00
parent 8a318cdf93
commit 13fcfde55e
6 changed files with 0 additions and 24 deletions

View File

@@ -19,10 +19,6 @@
#error "rtems is supposed to have timer_settime"
#endif
#ifndef DELAYTIMER_MAX
#error "this is supposed to be defined"
#endif
void test( void )
{
timer_t timerid = 0;

View File

@@ -19,10 +19,6 @@
#error "rtems is supposed to have timer_gettime"
#endif
#ifndef DELAYTIMER_MAX
#error "this is supposed to be defined"
#endif
void test( void )
{
timer_t timerid = 0;

View File

@@ -19,10 +19,6 @@
#error "rtems is supposed to have timer_getoverrun"
#endif
#ifndef DELAYTIMER_MAX
#error "this is supposed to be defined"
#endif
void test( void )
{
timer_t timerid = 0;