change uwtimeout to timeout

Signed-off-by: wx880216 <wx880216@liuxiuhai.cn>
This commit is contained in:
wx880216 2022-08-12 01:15:13 +08:00
parent ae692bfbc4
commit f465c15d7a
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ extern "C" {
*
* Value: 0x02001d06
*
* Solution: Check whether the task scheduling is disabled, or set uwtimeout to 0, which means that the
* Solution: Check whether the task scheduling is disabled, or set timeout to 0, which means that the
* thread will not wait for the mutex to become available.
*/
#define LOS_ERRNO_MUX_PEND_IN_LOCK LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x06)