mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-05 20:26:52 +00:00
Fix build for lvgl UART log
This commit is contained in:
parent
c73b4ad6ba
commit
029d66bd95
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user