We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c3f41 commit 26ab29cCopy full SHA for 26ab29c
OpenEphys.Onix1/ConfigureRhs2116Trigger.cs
@@ -147,7 +147,7 @@ public string ProbeInterfaceLoadFileName
147
if (string.IsNullOrEmpty(probeInterfaceFileName))
148
return new Rhs2116ProbeGroup();
149
150
- return ProbeInterfaceHelper.LoadExternalProbeInterfaceFile<Rhs2116ProbeGroup>(probeInterfaceFileName);
+ return ProbeInterfaceHelper.LoadExternalProbeInterfaceFile(probeInterfaceFileName, typeof(Rhs2116ProbeGroup)) as Rhs2116ProbeGroup;
151
});
152
}
153
0 commit comments