IssueNo:#I3HGTM
Description:Fix limits.h & Adjust some macro definition positions. Feature or Bugfix:Bugfix Binary Source:NA Change-Id: Ia53c1b4b83f60862ac24c5c14a87883fe0af6db0
This commit is contained in:
parent
58f07f94a0
commit
13451e9d10
|
@ -249,6 +249,12 @@ extern UINT32 __heap_end;
|
|||
#define LOSCFG_BASE_IPC_SEM_LIMIT 1024
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @ingroup los_config
|
||||
* Maximum number of semaphores.
|
||||
*/
|
||||
#define OS_SEM_COUNT_MAX 0xFFFE
|
||||
|
||||
/****************************** mutex module configuration ******************************/
|
||||
/**
|
||||
* @ingroup los_config
|
||||
|
|
|
@ -159,13 +159,6 @@ extern "C" {
|
|||
*/
|
||||
#define LOS_ERRNO_SEM_PEND_IN_SYSTEM_TASK LOS_ERRNO_OS_ERROR(LOS_MOD_SEM, 0x0A)
|
||||
|
||||
/**
|
||||
* @ingroup los_sem
|
||||
* Maximum number of semaphores.
|
||||
*
|
||||
*/
|
||||
#define OS_SEM_COUNT_MAX 0xFFFE
|
||||
|
||||
/**
|
||||
* @ingroup los_sem
|
||||
* Maximum number of binary semaphores.
|
||||
|
|
Loading…
Reference in New Issue