Fix build for lvgl UART log
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user