From b5c09bd98a887f6bfef79abb258f23039542a7b3 Mon Sep 17 00:00:00 2001 From: Frankie A <40648091+OkiStuff@users.noreply.github.com> Date: Tue, 25 Oct 2022 21:11:27 +0000 Subject: [PATCH] tests/pkg_lvgl_touch: Replace LittlevGL to LVGL in main.c --- tests/pkg/lvgl_touch/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg/lvgl_touch/main.c b/tests/pkg/lvgl_touch/main.c index ed532c649d5fe..dd99e407f735f 100644 --- a/tests/pkg/lvgl_touch/main.c +++ b/tests/pkg/lvgl_touch/main.c @@ -11,7 +11,7 @@ * @{ * * @file - * @brief LittlevGL example application with clickable button + * @brief LVGL example application with clickable button * * @author Alexandre Abadie *