Skip to content

Commit c69dc50

Browse files
committed
m5stack_cardputer: I2S_DATA pin name typo
1 parent 60bd748 commit c69dc50

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/m5stack_cardputer

1 file changed

+1
-1
lines changed

ports/espressif/boards/m5stack_cardputer/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3030

3131
// Speaker
3232
{ MP_ROM_QSTR(MP_QSTR_I2S_BIT_CLOCK), MP_ROM_PTR(&pin_GPIO41) },
33-
{ MP_ROM_QSTR(MP_QSTR_IS2_DATA), MP_ROM_PTR(&pin_GPIO42) },
33+
{ MP_ROM_QSTR(MP_QSTR_I2S_DATA), MP_ROM_PTR(&pin_GPIO42) },
3434
{ MP_ROM_QSTR(MP_QSTR_I2S_WORD_SELECT), MP_ROM_PTR(&pin_GPIO43) },
3535

3636
// Mic

0 commit comments

Comments
 (0)