2001-04-08 Joel Sherrill <joel@OARcorp.com>

* macros/rtems/score/timer.inl: Corrected typo on end of line.
This commit is contained in:
Joel Sherrill
2002-04-08 18:23:40 +00:00
parent ab377aa641
commit a87104e677
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-04-08 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/score/timer.inl: Corrected typo on end of line.
2002-04-08 Chris Johns <ccj@acm.org>
* Per PR142, make task switch extension its own list.

View File

@@ -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