esp32c3: remove unused UARTStopBits constants

This commit is contained in:
Ayke van Laethem
2022-09-18 18:33:13 +02:00
committed by Ron Evans
parent a68f7e4ce3
commit 9a9106a297
-9
View File
@@ -264,15 +264,6 @@ type UART struct {
DataOverflowDetected bool // set when data overflow detected in UART FIFO buffer or RingBuffer
}
type UARTStopBits int
const (
UARTStopBits_Default UARTStopBits = iota
UARTStopBits_1
UARTStopBits_1_5
UARTStopBits_2
)
const (
defaultDataBits = 8
defaultStopBit = 1