Description: Fix the problem that the actual implementation of the function does not match the description.
Change-Id: Icdbc0182efc023734ccbe7e80b1926d64a18d01c
This commit is contained in:
@@ -153,8 +153,8 @@ extern UINT32 __heap_end;
|
||||
* @ingroup los_config
|
||||
* Minimum stack size.
|
||||
*
|
||||
* 0x600 bytes, aligned on a boundary of 8.
|
||||
* 0x600 bytes, aligned on a boundary of 4.
|
||||
* 0x800 bytes, aligned on a boundary of 8.
|
||||
* 0x800 bytes, aligned on a boundary of 4.
|
||||
*/
|
||||
#ifndef LOS_TASK_MIN_STACK_SIZE
|
||||
#ifdef __LP64__
|
||||
|
||||
Reference in New Issue
Block a user