fixing portduino is getting old ...

This commit is contained in:
Thomas Göttgens
2022-12-16 20:46:43 +01:00
parent 54686905dc
commit bbaeeb7ce9
3 changed files with 6 additions and 1 deletions

View File

@@ -40,7 +40,9 @@ class Power : private concurrency::OSThread
private:
uint8_t low_voltage_counter;
#ifdef DEBUG_HEAP
uint32_t lastheap;
#endif
};
extern Power *power;