Skip to content

Commit 6696915

Browse files
committed
fix-ndbit6-for-ndbit6_v2
1 parent 703fb9d commit 6696915

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ports/atmel-samd/boards/ndgarage_ndbit6/mpconfigboard.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@
2929
// USB is always used.
3030
#define IGNORE_PIN_PA24 1
3131
#define IGNORE_PIN_PA25 1
32-

ports/atmel-samd/boards/ndgarage_ndbit6/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3737
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
3838
};
3939
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
40-

0 commit comments

Comments
 (0)