mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
esp32c3: remove unused UARTStopBits constants
This commit is contained in:
committed by
Ron Evans
parent
a68f7e4ce3
commit
9a9106a297
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user