Added ForceUnlock boolean

This commit is contained in:
Alex
2023-02-18 04:11:28 +02:00
parent 95a78ef939
commit 476e97baf1
3 changed files with 18 additions and 23 deletions

View File

@ -8,6 +8,9 @@
#ifdef __cplusplus
/* Enabled ONLY on crash. */
extern bool ForceUnlock;
/** @brief Please use this macro to create a new lock. */
class LockClass
{