From e58dcf6dc5332c60a346509436f9934d9e3bbfbb Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 12 Jun 2024 18:46:07 +1000 Subject: WIP fix issues introduced by lvgl version bump --- src/tangara/input/input_touch_wheel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tangara/input/input_touch_wheel.hpp') diff --git a/src/tangara/input/input_touch_wheel.hpp b/src/tangara/input/input_touch_wheel.hpp index d023873a..cf86eced 100644 --- a/src/tangara/input/input_touch_wheel.hpp +++ b/src/tangara/input/input_touch_wheel.hpp @@ -9,7 +9,7 @@ #include #include -#include "hal/lv_hal_indev.h" +#include "indev/lv_indev.h" #include "drivers/haptics.hpp" #include "input/input_device.hpp" -- cgit v1.2.3