Fix build for lvgl UART log

This commit is contained in:
CTCaer 2020-06-14 17:33:57 +03:00
parent c73b4ad6ba
commit 029d66bd95

View file

@ -384,9 +384,9 @@ void nyx_init_load_res()
} }
#if (LV_LOG_PRINTF == 1) #if (LV_LOG_PRINTF == 1)
#include "soc/clock.h" #include <soc/clock.h>
#include "soc/gpio.h" #include <soc/gpio.h>
#include "soc/pinmux.h" #include <soc/pinmux.h>
#endif #endif
void ipl_main() void ipl_main()