mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +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();
|
||||
} else {
|
||||
LOGGER.error("Failed to unlock LVGL during GUI stop");
|
||||
LOGGER.error("Failed to lock LVGL during GUI stop");
|
||||
}
|
||||
|
||||
delete thread;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user