!136 fix: fix LOS_TaskNameGet comment
Merge pull request !136 from rtos-lover/los_task.h
This commit is contained in:
commit
2b6a7d91e9
|
@ -1066,10 +1066,10 @@ extern BOOL LOS_TaskIsRunning(VOID);
|
||||||
extern UINT32 LOS_NewTaskIDGet(VOID);
|
extern UINT32 LOS_NewTaskIDGet(VOID);
|
||||||
/**
|
/**
|
||||||
* @ingroup los_task
|
* @ingroup los_task
|
||||||
* @brief Obtain current new task name.
|
* @brief Obtain the task name.
|
||||||
*
|
*
|
||||||
* @par Description:
|
* @par Description:
|
||||||
* This API is used to obtain the name of new task.
|
* This API is used to obtain the task name.
|
||||||
*
|
*
|
||||||
* @attention None.
|
* @attention None.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue