@@ -95,3 +95,6 @@ MSH_CMD_EXPORT(reset_fc, resetfc cmd);
|
|||||||
|
|
||||||
extern int ulog_console_backend_init(void);
|
extern int ulog_console_backend_init(void);
|
||||||
INIT_PREV_EXPORT(ulog_console_backend_init);
|
INIT_PREV_EXPORT(ulog_console_backend_init);
|
||||||
|
|
||||||
|
extern int rt_hw_can_init(void);
|
||||||
|
INIT_BOARD_EXPORT(rt_hw_can_init);
|
||||||
|
@@ -1198,7 +1198,7 @@ int rt_hw_can_init(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
INIT_BOARD_EXPORT(rt_hw_can_init);
|
// INIT_BOARD_EXPORT(rt_hw_can_init);
|
||||||
|
|
||||||
#endif /* BSP_USING_CAN */
|
#endif /* BSP_USING_CAN */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user