mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 09:32:08 +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:
|
private:
|
||||||
uint8_t low_voltage_counter;
|
uint8_t low_voltage_counter;
|
||||||
|
uint32_t lastheap;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern Power *power;
|
extern Power *power;
|
||||||
|
Loading…
Reference in New Issue
Block a user