Skip to content

Commit dc92998

Browse files
committed
- Fixing Thread
1 parent 62fdaf7 commit dc92998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESPressio_ThreadGarbageCollector.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace ESPressio {
1111

1212
namespace Threads {
1313

14-
class ThreadGarbageCollector : Thread {
14+
class ThreadGarbageCollector : public Thread {
1515
private:
1616
// A semaphore for our loop to wait on (so that it doesn't consume CPU cycles when there's nothing to do).
1717
SemaphoreHandle_t _semaphore = xSemaphoreCreateBinary();

0 commit comments

Comments
 (0)