fix crash in gpio control

This commit is contained in:
technyon
2023-02-10 17:41:30 +01:00
parent 11caec34cd
commit 48c415f7f1
2 changed files with 1 additions and 4 deletions

View File

@@ -100,5 +100,5 @@ private:
unsigned long _nextRssiTs = 0;
unsigned long _lastRssi = 0;
unsigned long _disableBleWatchdogTs = 0;
NukiLock::LockAction _nextLockAction = (NukiLock::LockAction)0xff;
volatile NukiLock::LockAction _nextLockAction = (NukiLock::LockAction)0xff;
};