mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 17:12:01 +08:00
[nuvoton/m460] Fix related LVGL version issues. (#7762)
Co-authored-by: Wayne Lin <wclin@nuvoton.com>
This commit is contained in:
@@ -270,7 +270,7 @@ int rt_hw_fsa506_port(void)
|
||||
rt_err_t ret = RT_EOK;
|
||||
|
||||
/* Open ebi BOARD_USING_FSA506_EBI_PORT */
|
||||
ret = nu_ebi_init(BOARD_USING_FSA506_EBI_PORT, EBI_BUSWIDTH_16BIT, EBI_TIMING_NORMAL, EBI_OPMODE_CACCESS, EBI_CS_ACTIVE_LOW);
|
||||
ret = nu_ebi_init(BOARD_USING_FSA506_EBI_PORT, EBI_BUSWIDTH_16BIT, EBI_TIMING_SLOW, EBI_OPMODE_CACCESS, EBI_CS_ACTIVE_LOW);
|
||||
if (ret != RT_EOK)
|
||||
return ret;
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user