Fix error message

This commit is contained in:
Ken Van Hoeylandt 2026-02-01 22:11:03 +01:00
parent 5eb7285b38
commit 2b4398856e

View File

@ -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;