fix-ndbit6-for-ndbit6_v2

This commit is contained in:
ikigaisense 2020-07-25 10:07:33 -06:00
parent 703fb9d4a1
commit 6696915801
2 changed files with 0 additions and 2 deletions

View File

@ -29,4 +29,3 @@
// USB is always used.
#define IGNORE_PIN_PA24 1
#define IGNORE_PIN_PA25 1

View File

@ -37,4 +37,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);