Skip to content

Commit 03e0acd

Browse files
committed
Trying to cleanup the pre build messages
1 parent 83ffc61 commit 03e0acd

File tree

1 file changed

+1
-0
lines changed
  • ports/mimxrt10xx/boards/teensyMM

1 file changed

+1
-0
lines changed

ports/mimxrt10xx/boards/teensyMM/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
66
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
77

88
// Micromod pins mapped to logical Teensy pins
9+
// Plus pins mapping some of the names on micromod breakout boards
910
{MP_OBJ_NEW_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO_AD_B0_03)},
1011
{MP_OBJ_NEW_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO_AD_B0_03)},
1112
{MP_OBJ_NEW_QSTR(MP_QSTR_RX1), MP_ROM_PTR(&pin_GPIO_AD_B0_03)},

0 commit comments

Comments
 (0)