We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703fb9d commit 6696915Copy full SHA for 6696915
ports/atmel-samd/boards/ndgarage_ndbit6/mpconfigboard.h
@@ -29,4 +29,3 @@
29
// USB is always used.
30
#define IGNORE_PIN_PA24 1
31
#define IGNORE_PIN_PA25 1
32
-
ports/atmel-samd/boards/ndgarage_ndbit6/pins.c
@@ -37,4 +37,3 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
37
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
38
};
39
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
40
0 commit comments