File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
projects/art_pi_net_player Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ int rt_hw_sdio_init(void)
491491
492492 return 0 ;
493493}
494- INIT_COMPONENT_EXPORT (rt_hw_sdio_init );
494+ INIT_DEVICE_EXPORT (rt_hw_sdio_init );
495495
496496void sdcard_change (void )
497497{
Original file line number Diff line number Diff line change @@ -957,7 +957,7 @@ const static struct rt_device_ops lcd_ops =
957957};
958958#endif
959959
960- int drv_lcd_hw_init (void )
960+ int drv_lcd_ili9488_hw_init (void )
961961{
962962 rt_err_t result = RT_EOK ;
963963 struct rt_device * device = & _lcd .parent ;
@@ -1042,7 +1042,7 @@ int drv_lcd_hw_init(void)
10421042 }
10431043 return result ;
10441044}
1045- INIT_DEVICE_EXPORT ( drv_lcd_hw_init );
1045+ INIT_COMPONENT_EXPORT ( drv_lcd_ili9488_hw_init );
10461046
10471047#ifdef DRV_DEBUG
10481048#ifdef FINSH_USING_MSH
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ config RT_STUDIO_BUILT_IN
2424 select ARCH_ARM_CORTEX_M7
2525 select RT_USING_COMPONENTS_INIT
2626 select RT_USING_USER_MAIN
27- default y
27+ default y
You can’t perform that action at this time.
0 commit comments