summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/macros/rtems/rtems/timer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/macros/rtems/rtems/timer.inl')
-rw-r--r--c/src/exec/rtems/macros/rtems/rtems/timer.inl3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/rtems/macros/rtems/rtems/timer.inl b/c/src/exec/rtems/macros/rtems/rtems/timer.inl
index 36b0fdfe85..aa47189776 100644
--- a/c/src/exec/rtems/macros/rtems/rtems/timer.inl
+++ b/c/src/exec/rtems/macros/rtems/rtems/timer.inl
@@ -51,7 +51,8 @@
*/
#define _Timer_Is_interval_class( _the_class ) \
- ( (_the_class) == TIMER_INTERVAL )
+ ( ((_the_class) == TIMER_INTERVAL) ||
+ ((_the_class) == TIMER_INTERVAL_ON_TASK) )
/*PAGE
*