[bsp][nuvoton] modify RT_WEAK as rt_weak

This commit is contained in:
Meco Man 2022-12-29 18:42:12 -05:00 committed by Man, Jianting (Meco)
parent 5e40f3a0d4
commit 76b5d0dfcf
3 changed files with 4 additions and 4 deletions

View File

@ -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)
{

View File

@ -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);

View File

@ -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. */