[bsp][nuvoton] modify RT_WEAK as rt_weak
This commit is contained in:
parent
5e40f3a0d4
commit
76b5d0dfcf
|
@ -73,9 +73,9 @@ static struct nu_disp nu_fbdev[eLayer_Cnt] =
|
|||
#endif
|
||||
};
|
||||
|
||||
RT_WEAK void nu_lcd_backlight_on(void) { }
|
||||
rt_weak void nu_lcd_backlight_on(void) { }
|
||||
|
||||
RT_WEAK void nu_lcd_backlight_off(void) { }
|
||||
rt_weak void nu_lcd_backlight_off(void) { }
|
||||
|
||||
static void nu_disp_isr(int vector, void *param)
|
||||
{
|
||||
|
|
|
@ -100,7 +100,7 @@ exit_nu_rtp_load_from_memory:
|
|||
}
|
||||
#endif
|
||||
|
||||
RT_WEAK void nu_rtp_sspcc_setup(void)
|
||||
rt_weak void nu_rtp_sspcc_setup(void)
|
||||
{
|
||||
SSPCC_SET_REALM(SSPCC_UART16, SSPCC_SSET_SUBM);
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <lvgl.h>
|
||||
|
||||
RT_WEAK void lv_user_gui_init(void)
|
||||
rt_weak void lv_user_gui_init(void)
|
||||
{
|
||||
/* display demo; you may replace with your LVGL application at here and disable related definitions. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue