mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
revert change to Lock class
This commit is contained in:
parent
be8a87c9b6
commit
a0af522ceb
@ -19,12 +19,12 @@ class Lock
|
|||||||
/// Locks the lock.
|
/// Locks the lock.
|
||||||
//
|
//
|
||||||
// Must not be called from an ISR.
|
// Must not be called from an ISR.
|
||||||
virtual void lock();
|
void lock();
|
||||||
|
|
||||||
// Unlocks the lock.
|
// Unlocks the lock.
|
||||||
//
|
//
|
||||||
// Must not be called from an ISR.
|
// Must not be called from an ISR.
|
||||||
virtual void unlock();
|
void unlock();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
#ifdef HAS_FREE_RTOS
|
#ifdef HAS_FREE_RTOS
|
||||||
|
Loading…
Reference in New Issue
Block a user