Skip to content

Commit 9a70aa1

Browse files
committed
figure out the AREF thing later
1 parent b667736 commit 9a70aa1

File tree

1 file changed

+0
-1
lines changed
  • ports/atmel-samd/boards/feather_m0_express

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "shared-bindings/board/__init__.h"
22

33
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4-
{ MP_ROM_QSTR(MP_QSTR_AREF), MP_ROM_PTR(&pin_PA03) },
54
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) },
65
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_PB08) },
76
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_PB09) },

0 commit comments

Comments
 (0)