Fix the formatting

This commit is contained in:
Wojtek Siudzinski
2020-02-16 19:04:22 +01:00
committed by Daniel Esteban
parent f0fd24e7ba
commit e29379ce3a
4 changed files with 11 additions and 12 deletions
-1
View File
@@ -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)