mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
添加cmakelists的支持,修复了一些静态检查warning
This commit is contained in:
@@ -95,7 +95,7 @@ CANCommInstance *CANCommInit(CANComm_Init_Config_s *comm_config)
|
||||
ins->can_ins = CANRegister(&comm_config->can_config);
|
||||
|
||||
Daemon_Init_Config_s daemon_config = {
|
||||
.callback = NULL,
|
||||
.callback = CANCommLostCallback,
|
||||
.owner_id = (void *)ins,
|
||||
.reload_count = comm_config->daemon_count,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user