GOS Raw32 semaphore fix
This commit is contained in:
parent
a68dfd9cbe
commit
225aa27233
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ typedef int threadpriority_t;
|
|||
|
||||
#define TIME_IMMEDIATE 0
|
||||
#define TIME_INFINITE ((delaytime_t)-1)
|
||||
#define MAX_SEMAPHORE_COUNT ((semcount_t)(((unsigned long)((semcount_t)(-1))) >> 1))
|
||||
#define MAX_SEMAPHORE_COUNT 0x7FFF
|
||||
#define LOW_PRIORITY 0
|
||||
#define NORMAL_PRIORITY 1
|
||||
#define HIGH_PRIORITY 2
|
||||
|
|
Loading…
Add table
Reference in a new issue