drv_can 确保 init 被链接

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2022-12-24 16:51:58 +08:00
parent ea0da6573b
commit 518f13b9cb
2 changed files with 4 additions and 1 deletions

View File

@@ -1198,7 +1198,7 @@ int rt_hw_can_init(void)
return 0;
}
INIT_BOARD_EXPORT(rt_hw_can_init);
// INIT_BOARD_EXPORT(rt_hw_can_init);
#endif /* BSP_USING_CAN */