add newlines to end of files

This commit is contained in:
Kyle Mohr 2022-10-04 04:56:31 +00:00
parent ba2368c59e
commit 330b96726a
3 changed files with 3 additions and 3 deletions

View File

@ -45,4 +45,4 @@ void reset_board(void) {
}
void board_deinit(void) {
}
}

View File

@ -38,4 +38,4 @@
#define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n")
#define AUTORESET_DELAY_MS 500
#define AUTORESET_DELAY_MS 500

View File

@ -50,4 +50,4 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_IO46), MP_ROM_PTR(&pin_GPIO46) },
};
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);