Skip to content

Commit

Permalink
Fix nasa#1279, Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Price committed Aug 31, 2022
1 parent 5718469 commit 94e5858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/os/rtems/src/os-impl-queues.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ int32 OS_QueueGet_Impl(const OS_object_token_t *token, void *data, size_t size,
}

/*
** Check the size of the message. If a valid message was
** obtained, indicate success.
** If a valid message was obtained fill in queue size, otherwise fill in zero on error
*/
if (status == RTEMS_SUCCESSFUL)
{
Expand Down

0 comments on commit 94e5858

Please sign in to comment.