8000 Fix end of line · russbot/circuitpython@4613f80 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4613f80

Browse files
committed
Fix end of line
1 parent 0dd17f4 commit 4613f80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ports/atmel-samd/boards/seeeduino_wio_terminal/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
// USB is always used internally so skip the pin objects for it.
3131
#define IGNORE_PIN_PA24 1
32-
#define IGNORE_PIN_PA25 1
32+
#define IGNORE_PIN_PA25 1

ports/atmel-samd/boards/seeeduino_wio_terminal/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ EXTERNAL_FLASH_DEVICE_COUNT = 1
1111
EXTERNAL_FLASH_DEVICES = "W25Q32JV_IQ"
1212
LONGINT_IMPL = MPZ
1313

14-
CIRCUITPY_VECTORIO = 1
14+
CIRCUITPY_VECTORIO = 1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4949
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
5050
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
5151
};
52-
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
52+
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)
0