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