Skip to content

Commit da51932

Browse files
committed
boards: add some missing whitespaces for static tests
1 parent 05f114d commit da51932

File tree

22 files changed

+70
-70
lines changed

22 files changed

+70
-70
lines changed

boards/common/e104-bt50xxa-tb/include/periph_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ static const i2c_conf_t i2c_config[] = {
7474
static const uart_conf_t uart_config[] = {
7575
{ /* Mapped to USB virtual COM port */
7676
.dev = NRF_UARTE0,
77-
.rx_pin = GPIO_PIN(0,14),
78-
.tx_pin = GPIO_PIN(0,18),
77+
.rx_pin = GPIO_PIN(0, 14),
78+
.tx_pin = GPIO_PIN(0, 18),
7979
#ifdef MODULE_PERIPH_UART_HW_FC
8080
.rts_pin = GPIO_UNDEF,
8181
.cts_pin = GPIO_UNDEF,

boards/common/particle-mesh/include/periph_conf_common.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ extern "C" {
3939
static const spi_conf_t spi_config[] = {
4040
{
4141
.dev = NRF_SPIM0,
42-
.sclk = GPIO_PIN(1,15),
43-
.mosi = GPIO_PIN(1,13),
44-
.miso = GPIO_PIN(1,14),
42+
.sclk = GPIO_PIN(1, 15),
43+
.mosi = GPIO_PIN(1, 13),
44+
.miso = GPIO_PIN(1, 14),
4545
}
4646
};
4747

boards/feather-nrf52840/include/periph_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ extern "C" {
3737
static const uart_conf_t uart_config[] = {
3838
{
3939
.dev = NRF_UARTE0,
40-
.rx_pin = GPIO_PIN(0,24),
41-
.tx_pin = GPIO_PIN(0,25),
40+
.rx_pin = GPIO_PIN(0, 24),
41+
.tx_pin = GPIO_PIN(0, 25),
4242
#ifdef MODULE_PERIPH_UART_HW_FC
4343
.rts_pin = GPIO_UNDEF,
4444
.cts_pin = GPIO_UNDEF,

boards/mcb2388/include/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ extern "C" {
9999
#define HD44780_PARAM_PIN_RS GPIO_PIN(1, 28)
100100
#define HD44780_PARAM_PIN_RW GPIO_PIN(1, 29)
101101
#define HD44780_PARAM_PIN_ENABLE GPIO_PIN(1, 31)
102-
#define HD44780_PARAM_PINS_DATA { GPIO_PIN(1,24), GPIO_PIN(1,25), \
103-
GPIO_PIN(1,26), GPIO_PIN(1,27), \
102+
#define HD44780_PARAM_PINS_DATA { GPIO_PIN(1, 24), GPIO_PIN(1, 25), \
103+
GPIO_PIN(1, 26), GPIO_PIN(1, 27), \
104104
GPIO_UNDEF, GPIO_UNDEF, \
105105
GPIO_UNDEF, GPIO_UNDEF }
106106
/** @} */

boards/nrf52832-mdk/include/periph_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ extern "C" {
3636
* @{
3737
*/
3838
#define UART_NUMOF (1U)
39-
#define UART_PIN_RX GPIO_PIN(0,19)
40-
#define UART_PIN_TX GPIO_PIN(0,20)
39+
#define UART_PIN_RX GPIO_PIN(0, 19)
40+
#define UART_PIN_TX GPIO_PIN(0, 20)
4141
/** @} */
4242

4343
#ifdef __cplusplus

boards/nrf52840-mdk/include/periph_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ extern "C" {
3838
static const uart_conf_t uart_config[] = {
3939
{
4040
.dev = NRF_UARTE0,
41-
.rx_pin = GPIO_PIN(0,19),
42-
.tx_pin = GPIO_PIN(0,20),
41+
.rx_pin = GPIO_PIN(0, 19),
42+
.tx_pin = GPIO_PIN(0, 20),
4343
#ifdef MODULE_PERIPH_UART_HW_FC
4444
.rts_pin = GPIO_UNDEF,
4545
.cts_pin = GPIO_UNDEF,

boards/nrf52840dk/include/periph_conf.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ static const spi_conf_t spi_config[] = {
5555
static const uart_conf_t uart_config[] = {
5656
{ /* Mapped to USB virtual COM port */
5757
.dev = NRF_UARTE0,
58-
.rx_pin = GPIO_PIN(0,8),
59-
.tx_pin = GPIO_PIN(0,6),
58+
.rx_pin = GPIO_PIN(0, 8),
59+
.tx_pin = GPIO_PIN(0, 6),
6060
#ifdef MODULE_PERIPH_UART_HW_FC
6161
.rts_pin = GPIO_UNDEF,
6262
.cts_pin = GPIO_UNDEF,
@@ -65,8 +65,8 @@ static const uart_conf_t uart_config[] = {
6565
},
6666
{ /* Mapped to Arduino D0/D1 pins */
6767
.dev = NRF_UARTE1,
68-
.rx_pin = GPIO_PIN(1,1),
69-
.tx_pin = GPIO_PIN(1,2),
68+
.rx_pin = GPIO_PIN(1, 1),
69+
.tx_pin = GPIO_PIN(1, 2),
7070
#ifdef MODULE_PERIPH_UART_HW_FC
7171
.rts_pin = GPIO_UNDEF,
7272
.cts_pin = GPIO_UNDEF,

boards/nrf52dk/include/periph_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ static const spi_conf_t spi_config[] = {
4949
* @{
5050
*/
5151
#define UART_NUMOF (1U)
52-
#define UART_PIN_RX GPIO_PIN(0,8)
53-
#define UART_PIN_TX GPIO_PIN(0,6)
52+
#define UART_PIN_RX GPIO_PIN(0, 8)
53+
#define UART_PIN_TX GPIO_PIN(0, 6)
5454
/** @} */
5555

5656
#ifdef __cplusplus

boards/particle-argon/include/periph_conf.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ extern "C" {
3434
static const uart_conf_t uart_config[] = {
3535
{
3636
.dev = NRF_UARTE0,
37-
.rx_pin = GPIO_PIN(0,8),
38-
.tx_pin = GPIO_PIN(0,6),
37+
.rx_pin = GPIO_PIN(0, 8),
38+
.tx_pin = GPIO_PIN(0, 6),
3939
#ifdef MODULE_PERIPH_UART_HW_FC
4040
.rts_pin = GPIO_UNDEF,
4141
.cts_pin = GPIO_UNDEF,
@@ -44,11 +44,11 @@ static const uart_conf_t uart_config[] = {
4444
},
4545
{
4646
.dev = NRF_UARTE1,
47-
.rx_pin = GPIO_PIN(1,5),
48-
.tx_pin = GPIO_PIN(1,4),
47+
.rx_pin = GPIO_PIN(1, 5),
48+
.tx_pin = GPIO_PIN(1, 4),
4949
#ifdef MODULE_PERIPH_UART_HW_FC
50-
.rts_pin = GPIO_PIN(1,6),
51-
.cts_pin = GPIO_PIN(1,7),
50+
.rts_pin = GPIO_PIN(1, 6),
51+
.cts_pin = GPIO_PIN(1, 7),
5252
#endif
5353
.irqn = UARTE1_IRQn,
5454
},

boards/particle-boron/include/periph_conf.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ extern "C" {
3434
static const uart_conf_t uart_config[] = {
3535
{
3636
.dev = NRF_UARTE0,
37-
.rx_pin = GPIO_PIN(0,8),
38-
.tx_pin = GPIO_PIN(0,6),
37+
.rx_pin = GPIO_PIN(0, 8),
38+
.tx_pin = GPIO_PIN(0, 6),
3939
#ifdef MODULE_PERIPH_UART_HW_FC
4040
.rts_pin = GPIO_UNDEF,
4141
.cts_pin = GPIO_UNDEF,
@@ -44,11 +44,11 @@ static const uart_conf_t uart_config[] = {
4444
},
4545
{
4646
.dev = NRF_UARTE1,
47-
.rx_pin = GPIO_PIN(1,4),
48-
.tx_pin = GPIO_PIN(1,5),
47+
.rx_pin = GPIO_PIN(1, 4),
48+
.tx_pin = GPIO_PIN(1, 5),
4949
#ifdef MODULE_PERIPH_UART_HW_FC
50-
.rts_pin = GPIO_PIN(1,7),
51-
.cts_pin = GPIO_PIN(1,6),
50+
.rts_pin = GPIO_PIN(1, 7),
51+
.cts_pin = GPIO_PIN(1, 6),
5252
#endif
5353
.irqn = UARTE1_IRQn,
5454
},

0 commit comments

Comments
 (0)