From 4597dd70dd2b6ccfc12aa1b1a0bff34a49e6ed2a Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 2 Dec 2024 21:13:02 +0100 Subject: [PATCH] Update hal/esp32/app_hal.h --- hal/esp32/app_hal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/esp32/app_hal.h b/hal/esp32/app_hal.h index fa2158c..3f91273 100644 --- a/hal/esp32/app_hal.h +++ b/hal/esp32/app_hal.h @@ -9,7 +9,7 @@ extern "C" { /** * This function runs once and typically includes: * - Setting up display drivers. - * - Configuring LVGL display and input.= + * - Configuring LVGL display and input devices */ void hal_setup(void);