Skip to content

Commit 330b967

Browse files
committed
add newlines to end of files
1 parent ba2368c commit 330b967

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ports/espressif/boards/espressif_esp32s2_devkitc_1_n8r2/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ void reset_board(void) {
4545
}
4646

4747
void board_deinit(void) {
48-
}
48+
}

ports/espressif/boards/espressif_esp32s2_devkitc_1_n8r2/mpconfigboard.h

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

3939
#define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n")
4040

41-
#define AUTORESET_DELAY_MS 500
41+
#define AUTORESET_DELAY_MS 500

ports/espressif/boards/espressif_esp32s2_devkitc_1_n8r2/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5050
{ MP_ROM_QSTR(MP_QSTR_IO46), MP_ROM_PTR(&pin_GPIO46) },
5151

5252
};
53-
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
53+
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)