Skip to content

Commit 3423a54

Browse files
committed
chore: remove an unneeded double quote symbol
1 parent cd90393 commit 3423a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFramework.Hardware.Esp32.Rmt/TransmitChannelSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public TransmitChannelSettings(int pinNumber) : this(channel: -1, pinNumber)
144144
/// <param name="channel">The channel number to use. Valid value range is 0 to 7 (inclusive).</param>
145145
/// <param name="pinNumber">The GPIO Pin number to use with the channel.</param>
146146
/// <exception cref="ArgumentOutOfRangeException"><paramref name="channel"/> must be between 0 and 7.</exception>
147-
/// <exception cref="ArgumentOutOfRangeException"><paramref name="pinNumber"/> must not be between 34 and 39.</exception>"
147+
/// <exception cref="ArgumentOutOfRangeException"><paramref name="pinNumber"/> must not be between 34 and 39.</exception>
148148
public TransmitChannelSettings(int channel, int pinNumber) : base(channel, pinNumber)
149149
{
150150
// ESP32 RMT TX channels cannot use GPIO pins 34-39

0 commit comments

Comments
 (0)