Skip to content

Commit 1c92b1b

Browse files
author
Seth Kerr
committed
forgot to run pre-commit local
1 parent c4f4cdd commit 1c92b1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/atmel-samd/boards/cp_sapling_m0/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "supervisor/shared/board.h"
3030
#include "hal/include/hal_gpio.h"
3131

32-
void board_init(void) {
32+
void board_init(void) {
3333
}
3434

3535
bool board_requests_safe_mode(void) {

ports/atmel-samd/boards/cp_sapling_m0/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
77

88
{ MP_ROM_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_PA00) },
99
{ MP_ROM_QSTR(MP_QSTR_A4), MP_ROM_PTR(&pin_PA00) },
10-
10+
1111
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_PA01) },
1212
{ MP_ROM_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_PA01) },
1313

@@ -31,7 +31,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3131
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_PA18) },
3232

3333
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_PA15) },
34-
34+
3535
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
3636
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
3737
};

0 commit comments

Comments
 (0)