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