mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-12 02:22:55 +00:00
2009-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/coremsgseize.c: Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* score/src/coremsgseize.c: Fix typo.
|
||||||
|
|
||||||
2009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* score/include/rtems/score/coremsg.h,
|
* score/include/rtems/score/coremsg.h,
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ void _CORE_message_queue_Seize(
|
|||||||
the_message_queue,
|
the_message_queue,
|
||||||
the_message,
|
the_message,
|
||||||
#if defined(RTEMS_SCORE_COREMSG_ENABLE_MESSAGE_PRIORITY)
|
#if defined(RTEMS_SCORE_COREMSG_ENABLE_MESSAGE_PRIORITY)
|
||||||
the_message->priority,
|
the_message->priority
|
||||||
#else
|
#else
|
||||||
0
|
0
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user