Skip to content

Commit

Permalink
Fix 407 - fixes for doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lbleier-GSFC authored and Gerardo E. Cruz-Ortiz committed May 1, 2020
1 parent f29fc0c commit 4986af3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/os/inc/osapi-os-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ int32 OS_QueueGetIdByName (uint32 *queue_id, const char *queue_name);
* @retval #OS_SUCCESS @copybrief OS_SUCCESS
* @retval #OS_INVALID_POINTER if queue_prop is NULL
* @retval #OS_ERR_INVALID_ID if the ID given is not a valid queue
* @retval #OS_SUCCESS if the info was copied over correctly
*/
int32 OS_QueueGetInfo (uint32 queue_id, OS_queue_prop_t *queue_prop);
/**@}*/
Expand Down

0 comments on commit 4986af3

Please sign in to comment.