Merge branch 'master' into cubecell

This commit is contained in:
geeksville
2020-06-15 12:42:01 -07:00
43 changed files with 576 additions and 581 deletions

View File

@@ -18,6 +18,8 @@ class Thread
virtual ~Thread() { vTaskDelete(taskHandle); }
uint32_t getStackHighwaterMark() { return uxTaskGetStackHighWaterMark(taskHandle); }
protected:
/**
* The method that will be called when start is called.