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

@@ -95,3 +95,6 @@ MSH_CMD_EXPORT(reset_fc, resetfc cmd);
extern int ulog_console_backend_init(void);
INIT_PREV_EXPORT(ulog_console_backend_init);
extern int rt_hw_can_init(void);
INIT_BOARD_EXPORT(rt_hw_can_init);