basic stack debugging - we are okay for now

This commit is contained in:
geeksville
2020-06-12 16:37:03 -07:00
parent a8d4b5479d
commit 03cb3c2145
3 changed files with 21 additions and 2 deletions

View File

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