Skip to content

Commit 9a9106a

Browse files
aykevldeadprogram
authored andcommitted
esp32c3: remove unused UARTStopBits constants
1 parent a68f7e4 commit 9a9106a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/machine/machine_esp32c3.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,6 @@ type UART struct {
264264
DataOverflowDetected bool // set when data overflow detected in UART FIFO buffer or RingBuffer
265265
}
266266

267-
type UARTStopBits int
268-
269-
const (
270-
UARTStopBits_Default UARTStopBits = iota
271-
UARTStopBits_1
272-
UARTStopBits_1_5
273-
UARTStopBits_2
274-
)
275-
276267
const (
277268
defaultDataBits = 8
278269
defaultStopBit = 1

0 commit comments

Comments
 (0)