From 029d66bd957d0925c2032be0fc34656857100171 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sun, 14 Jun 2020 17:33:57 +0300 Subject: [PATCH] Fix build for lvgl UART log --- nyx/nyx_gui/nyx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nyx/nyx_gui/nyx.c b/nyx/nyx_gui/nyx.c index e0c9082..b357532 100644 --- a/nyx/nyx_gui/nyx.c +++ b/nyx/nyx_gui/nyx.c @@ -384,9 +384,9 @@ void nyx_init_load_res() } #if (LV_LOG_PRINTF == 1) - #include "soc/clock.h" - #include "soc/gpio.h" - #include "soc/pinmux.h" + #include + #include + #include #endif void ipl_main()