This commit is contained in:
sunbeam 2023-04-15 10:55:15 +08:00
parent 7f093b12f4
commit 439fe19ffd

View File

@ -236,7 +236,7 @@ namespace usb2canfd{
ret = DllHandle.CAN_Init(AvailableHW[index].hLINHW,channel,canconfig);
}
canfd_connected =
canfd_connected = canfd;
if(ret == 0){//调用成功
Hwconnected = AvailableHW[index].hLINHW;
Chconntected = channel;