Skip to content

Commit e29379c

Browse files
sudaconejoninja
authored andcommitted
Fix the formatting
1 parent f0fd24e commit e29379c

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

src/machine/board_particle_argon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ const (
6464
EXTERNAL_UFL_PIN Pin = 25
6565
NFC1_PIN Pin = 9
6666
NFC2_PIN Pin = 10
67-
)
67+
)

src/machine/board_particle_boron.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ const (
5151

5252
// u-blox coprocessor
5353
const (
54-
UBLOX_TXD_PIN = 37
55-
UBLOX_RXD_PIN = 36
56-
UBLOX_CTS_PIN = 38
57-
UBLOX_RTS_PIN = 39
58-
UBLOX_RESET_PIN = 16
59-
UBLOX_POWER_ON_PIN = 24
60-
UBLOX_BUFF_EN_PIN = 25
61-
UBLOX_VINT_PIN = 2
54+
UBLOX_TXD_PIN = 37
55+
UBLOX_RXD_PIN = 36
56+
UBLOX_CTS_PIN = 38
57+
UBLOX_RTS_PIN = 39
58+
UBLOX_RESET_PIN = 16
59+
UBLOX_POWER_ON_PIN = 24
60+
UBLOX_BUFF_EN_PIN = 25
61+
UBLOX_VINT_PIN = 2
6262
)
6363

6464
// Other periferals
@@ -70,4 +70,4 @@ const (
7070
EXTERNAL_UFL_PIN = 25
7171
NFC1_PIN = 9
7272
NFC2_PIN = 10
73-
)
73+
)

src/machine/board_particle_xenon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ const (
5353
EXTERNAL_UFL_PIN = 25
5454
NFC1_PIN = 9
5555
NFC2_PIN = 10
56-
)
56+
)

src/machine/machine_nrf.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func (uart UART) Configure(config UARTConfig) {
8686
} else {
8787
uart.setPins(config.TX, config.RX)
8888
}
89-
9089

9190
nrf.UART0.ENABLE.Set(nrf.UART_ENABLE_ENABLE_Enabled)
9291
nrf.UART0.TASKS_STARTTX.Set(1)

0 commit comments

Comments
 (0)