override is not a good idea

This commit is contained in:
Robin Müller 2021-07-19 18:36:55 +02:00
parent 10e81fdfb8
commit ee4449b74d
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public:
* already available.
*/
static ReturnValue_t releaseFromISR(SemaphoreHandle_t semaphore,
BaseType_t * higherPriorityTaskWoken) override;
BaseType_t * higherPriorityTaskWoken);
protected:
SemaphoreHandle_t handle;