mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 23:45:05 +00:00
Fix error message
This commit is contained in:
parent
5eb7285b38
commit
2b4398856e
@ -217,7 +217,7 @@ void GuiService::onStop(ServiceContext& service) {
|
|||||||
}
|
}
|
||||||
lvgl::unlock();
|
lvgl::unlock();
|
||||||
} else {
|
} else {
|
||||||
LOGGER.error("Failed to unlock LVGL during GUI stop");
|
LOGGER.error("Failed to lock LVGL during GUI stop");
|
||||||
}
|
}
|
||||||
|
|
||||||
delete thread;
|
delete thread;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user