Typo fix
This commit is contained in:
parent
fa236732f3
commit
f7a200c8b2
@ -198,7 +198,7 @@ public sealed class SerialPort : IDisposable
|
|||||||
public bool TxWhenRxXoff { get; set; } = true;
|
public bool TxWhenRxXoff { get; set; } = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Specidies the use to which the DTR output is put (default: none)
|
/// Specifies the use to which the DTR output is put (default: none)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[UsedImplicitly]
|
[UsedImplicitly]
|
||||||
public HsOutput UseDtr { get; set; } = HsOutput.None;
|
public HsOutput UseDtr { get; set; } = HsOutput.None;
|
||||||
|
Loading…
Reference in New Issue
Block a user