Renamed getLvglSyncLock() to getSyncLock() (#221)
This commit is contained in:
committed by
GitHub
parent
6e77d5027f
commit
ad2cad3bf1
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
static std::shared_ptr<Lock> lvglSync = std::make_shared<LvglSync>();
|
||||
|
||||
std::shared_ptr<Lock> getLvglSyncLock() {
|
||||
std::shared_ptr<Lock> getSyncLock() {
|
||||
return lvglSync;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user