添加debug重定向,添加命令行
This commit is contained in:
@@ -84,6 +84,12 @@ can_host::can_host(int bitrate)
|
||||
|
||||
can_host::~can_host()
|
||||
{
|
||||
if(can_ !=nullptr){
|
||||
delete can_;
|
||||
}
|
||||
if(timer_ !=nullptr){
|
||||
delete timer_;
|
||||
}
|
||||
}
|
||||
|
||||
// 用于返回指定地址的从机对象
|
||||
|
Reference in New Issue
Block a user