forgot variable define for heap debug

This commit is contained in:
Thomas Göttgens 2022-12-16 20:28:50 +01:00
parent 68f6cfde0c
commit 6c84b3f01c

View File

@ -40,6 +40,7 @@ class Power : private concurrency::OSThread
private:
uint8_t low_voltage_counter;
uint32_t lastheap;
};
extern Power *power;