Renamed getLvglSyncLock() to getSyncLock() (#221)
This commit is contained in:
committed by
GitHub
parent
6e77d5027f
commit
ad2cad3bf1
@@ -25,6 +25,6 @@ void syncSet(LvglLock lock, LvglUnlock unlock);
|
||||
bool lock(TickType_t timeout);
|
||||
void unlock();
|
||||
|
||||
std::shared_ptr<Lock> getLvglSyncLock();
|
||||
std::shared_ptr<Lock> getSyncLock();
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user