mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
cubecell WIP
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
// FIXME - ugly check to see if we have freertos
|
||||
#ifdef configUSE_PREEMPTION
|
||||
|
||||
class Thread
|
||||
{
|
||||
protected:
|
||||
@@ -86,4 +89,6 @@ class NotifiedWorkerThread : public WorkerThread
|
||||
* A method that should block execution - either waiting ona queue/mutex or a "task notification"
|
||||
*/
|
||||
virtual void block();
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user