replaced old semaph api
This commit is contained in:
@ -85,6 +85,9 @@ public:
|
||||
|
||||
protected:
|
||||
TaskHandle_t handle;
|
||||
// This boolean is required to track whether the semaphore is locked
|
||||
// or unlocked.
|
||||
bool locked;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user