Skip to content

Commit

Permalink
Merge pull request #239 from open-ephys/issue-233
Browse files Browse the repository at this point in the history
Remove link to internal PortController class
  • Loading branch information
jonnew authored Aug 21, 2024
2 parents d2900e9 + 045a968 commit 5bafa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEphys.Onix1/PortStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace OpenEphys.Onix1
/// <remarks>
/// This data stream class must be linked to an appropriate headstage,
/// miniscope, etc. configuration whose communication is dictated by
/// a <see cref="PortController"/>.
/// a PortController.
/// </remarks>
[Description("Produces a sequence of port status information.")]
public class PortStatus : Source<PortStatusFrame>
Expand Down

0 comments on commit 5bafa91

Please sign in to comment.