Skip to content

Commit 27827a4

Browse files
author
Gaetan
committed
Fix EOF error
modifié : mpconfigboard.mk modifié : pins.c
1 parent cfaa02e commit 27827a4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ports/nrf/boards/holyiot_nrf52840/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ USB_MANUFACTURER = "Holyiot"
55

66
MCU_CHIP = nrf52840
77

8-
INTERNAL_FLASH_FILESYSTEM = 1
8+
INTERNAL_FLASH_FILESYSTEM = 1

ports/nrf/boards/holyiot_nrf52840/pins.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4343
{ MP_ROM_QSTR(MP_QSTR_P0_13), MP_ROM_PTR(&pin_P0_13) },
4444
{ MP_ROM_QSTR(MP_QSTR_P0_16), MP_ROM_PTR(&pin_P0_16) },
4545

46-
4746
{ MP_ROM_QSTR(MP_QSTR_P0_07), MP_ROM_PTR(&pin_P0_07) },
4847
{ MP_ROM_QSTR(MP_QSTR_P1_09), MP_ROM_PTR(&pin_P1_09) },
4948
{ MP_ROM_QSTR(MP_QSTR_P0_12), MP_ROM_PTR(&pin_P0_12) },
@@ -55,5 +54,4 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5554

5655
};
5756

58-
59-
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
57+
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)