From 77892ee0ade6664360d6a81638e12c708c6aa546 Mon Sep 17 00:00:00 2001 From: Victor Wheeler Date: Thu, 22 Aug 2024 18:43:13 -0600 Subject: [PATCH] fix(Kconfig): remove leading spaces on line 1692 (#6695) --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index b79268fc6..bc952ebcf 100644 --- a/Kconfig +++ b/Kconfig @@ -1695,7 +1695,7 @@ menu "LVGL configuration" default n config LV_USE_LIBINPUT - bool "Use libinput input driver" + bool "Use libinput input driver" default n config LV_LIBINPUT_BSD