CAN FD循环周期的更改

This commit is contained in:
2025-07-09 22:36:08 +08:00
parent 42c4502a8d
commit fdd321e635
2 changed files with 4 additions and 4 deletions

View File

@@ -96,13 +96,13 @@ namespace CapMachine.Wpf.CanDrive
/// <summary>
/// 更新配置
/// </summary>
public void UpdateConfig(uint arbBaudRate, uint dataBaudRate, bool iSOEnable, bool resEnable)
public void UpdateConfig(uint arbBaudRate, uint dataBaudRate, bool iSOEnable, bool resEnable,ushort sendCycle)
{
ArbBaudRate = arbBaudRate;
DataBaudRate = dataBaudRate;
ISOEnable = iSOEnable;
ResEnable = resEnable;
SendCycle=sendCycle;
}
/// <summary>