Skip to content

Commit

Permalink
Merge pull request #302 from open-ephys/fix-badly-formed-xml-comment
Browse files Browse the repository at this point in the history
Fix badly formed XML comment
  • Loading branch information
bparks13 authored Sep 17, 2024
2 parents 9878f53 + eed585f commit 5970b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenEphys.Onix1/ConfigureBreakoutBoard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public class ConfigureBreakoutBoard : MultiDeviceFactory
[Category(DevicesCategory)]
public ConfigureOutputClock ClockOutput { get; set; } = new();

/// <summary>
/// Gets or sets the the Harp synchronization input configuration.
/// </summary>
[TypeConverter(typeof(SingleDeviceFactoryConverter))]
Expand Down

0 comments on commit 5970b1e

Please sign in to comment.