diff --git a/src/os/inc/osapi-os-core.h b/src/os/inc/osapi-os-core.h index d6d89d4b0..7b105ef0d 100644 --- a/src/os/inc/osapi-os-core.h +++ b/src/os/inc/osapi-os-core.h @@ -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); /**@}*/