Fix a bunch of doxygen typos (#391)

This commit is contained in:
Andrew Scheller
2021-05-10 14:48:09 +01:00
committed by GitHub
parent ecf66bf514
commit 9396b9c7e1
5 changed files with 9 additions and 9 deletions

View File

@ -100,7 +100,7 @@ bool mutex_enter_timeout_ms(mutex_t *mtx, uint32_t timeout_ms);
* core will *NOT* own the mutex.
*
* \param mtx Pointer to mutex structure
* \param until The time after which to return if the core cannot take owner ship of the mutex
* \param until The time after which to return if the core cannot take ownership of the mutex
* \return true if mutex now owned, false if timeout occurred before mutex became available
*/
bool mutex_enter_block_until(mutex_t *mtx, absolute_time_t until);