mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-12 08:02:04 +00:00
forgot variable define for heap debug
This commit is contained in:
parent
68f6cfde0c
commit
6c84b3f01c
@ -40,6 +40,7 @@ class Power : private concurrency::OSThread
|
||||
|
||||
private:
|
||||
uint8_t low_voltage_counter;
|
||||
uint32_t lastheap;
|
||||
};
|
||||
|
||||
extern Power *power;
|
||||
|
Loading…
Reference in New Issue
Block a user