mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
clean up on DELAYTIMER_MAX
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user