mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-30 02:15: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.
|
||||
//
|
||||
// Must not be called from an ISR.
|
||||
virtual void lock();
|
||||
void lock();
|
||||
|
||||
// Unlocks the lock.
|
||||
//
|
||||
// Must not be called from an ISR.
|
||||
virtual void unlock();
|
||||
void unlock();
|
||||
|
||||
private:
|
||||
#ifdef HAS_FREE_RTOS
|
||||
|
Loading…
Reference in New Issue
Block a user