Cherry Picking Stuff from develop...

This commit is contained in:
Thomas Göttgens
2022-12-21 13:36:38 +01:00
parent 220859d0aa
commit 7396d0f241
15 changed files with 220 additions and 122 deletions
+3
View File
@@ -40,6 +40,9 @@ class Power : private concurrency::OSThread
private:
uint8_t low_voltage_counter;
#ifdef DEBUG_HEAP
uint32_t lastheap;
#endif
};
extern Power *power;