Skip to content

Commit 0d24070

Browse files
Fix for include
1 parent 4bda518 commit 0d24070

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Tactility/Source/service/gui/GuiService.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include "../../../../TactilityC/Include/tt_kernel.h"
2-
31
#include <Tactility/service/gui/GuiService.h>
42

53
#include <Tactility/app/AppInstance.h>
@@ -236,7 +234,7 @@ void GuiService::hideApp() {
236234

237235
// We must lock the LVGL port, because the viewport hide callbacks
238236
// might call LVGL APIs (e.g. to remove the keyboard from the screen root)
239-
lvgl::lock(TT_MAX_TICKS);
237+
lvgl::lock(portMAX_DELAY);
240238
appToRender->getApp()->onHide(*appToRender);
241239
lvgl::unlock();
242240
appToRender = nullptr;

0 commit comments

Comments
 (0)