Temporary fix for unknown osFeature_Semaphore value (needs fixing!)
This commit is contained in:
parent
b1124c3011
commit
9b52fee213
@ -36,7 +36,7 @@ typedef uint16_t semcount_t;
|
||||
typedef void threadreturn_t;
|
||||
typedef osPriority_t threadpriority_t;
|
||||
|
||||
#define MAX_SEMAPHORE_COUNT osFeature_Semaphore
|
||||
#define MAX_SEMAPHORE_COUNT 65535UL
|
||||
#define LOW_PRIORITY osPriorityLow
|
||||
#define NORMAL_PRIORITY osPriorityNormal
|
||||
#define HIGH_PRIORITY osPriorityHigh
|
||||
|
Loading…
Reference in New Issue
Block a user