pins.c: fix trailing whitespace

This commit is contained in:
Brian Dean 2020-09-16 16:40:04 -04:00
parent 847d609ddc
commit 81ee874531
1 changed files with 0 additions and 1 deletions

View File

@ -36,4 +36,3 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
};
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);