Update pins.c

This commit is contained in:
MakerM0 2023-09-24 21:17:25 +08:00 committed by GitHub
parent 6f77f0f163
commit 9ab8822c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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