1
0
mirror of https://github.com/CTCaer/hekate.git synced 2024-11-05 11:27:09 +00:00

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)
#include "soc/clock.h"
#include "soc/gpio.h"
#include "soc/pinmux.h"
#include <soc/clock.h>
#include <soc/gpio.h>
#include <soc/pinmux.h>
#endif
void ipl_main()