mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 19:23:25 +00:00
Fix the formatting
This commit is contained in:
committed by
Daniel Esteban
parent
f0fd24e7ba
commit
e29379ce3a
@@ -87,7 +87,6 @@ func (uart UART) Configure(config UARTConfig) {
|
|||||||
uart.setPins(config.TX, config.RX)
|
uart.setPins(config.TX, config.RX)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
nrf.UART0.ENABLE.Set(nrf.UART_ENABLE_ENABLE_Enabled)
|
nrf.UART0.ENABLE.Set(nrf.UART_ENABLE_ENABLE_Enabled)
|
||||||
nrf.UART0.TASKS_STARTTX.Set(1)
|
nrf.UART0.TASKS_STARTTX.Set(1)
|
||||||
nrf.UART0.TASKS_STARTRX.Set(1)
|
nrf.UART0.TASKS_STARTRX.Set(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user