Mark tDecis and bRequestShortBeep as volatile
This commit is contained in:
@@ -69,10 +69,10 @@
|
||||
uint32_t gtMillis;
|
||||
char textBuf[100];
|
||||
DeciSeconds_t waitTimeDs = 0; /* in deciSeconds */
|
||||
DeciSeconds_t tDecis = 0;
|
||||
volatile DeciSeconds_t tDecis = 0;
|
||||
uint8_t numberWindowsOpen = 0;
|
||||
ReceiverFunkThermometerData_t thermoData = {0, 0};
|
||||
bool bRequestShortBeep = false;
|
||||
volatile bool bRequestShortBeep = false;
|
||||
bool bIsNightTime = false;
|
||||
|
||||
PiepPattern *piepPattern;
|
||||
|
||||
Reference in New Issue
Block a user