Temporary fix for unknown osFeature_Semaphore value (needs fixing!)

release/v2.9
Joel Bodenmann 2017-08-29 09:21:26 +02:00
parent b1124c3011
commit 9b52fee213
1 changed files with 1 additions and 1 deletions

View File

@ -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