mirror of
https://github.com/meshtastic/firmware.git
synced 2026-06-06 07:45:42 -04:00
Update src/power.h marking pmu_irq volatile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -200,7 +200,7 @@ class Power : public concurrency::OSThread
|
||||
/// Setup a serial battery sensor
|
||||
bool serialBatteryInit();
|
||||
|
||||
bool pmu_irq = false;
|
||||
volatile bool pmu_irq = false;
|
||||
|
||||
private:
|
||||
void shutdown();
|
||||
|
||||
Reference in New Issue
Block a user