Skip to content

Commit a4b4f57

Browse files
Sylwesterdhalbert
authored andcommitted
Add Datanoise PicoADK
1 parent b87ceb2 commit a4b4f57

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/datanoise_picoadk

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/datanoise_picoadk/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4242
{ MP_ROM_QSTR(MP_QSTR_I2S_XSMT), MP_ROM_PTR(&pin_GPIO25) },
4343

4444
{ MP_ROM_QSTR(MP_QSTR_VBUS_SENSE), MP_ROM_PTR(&pin_GPIO24) },
45-
45+
4646
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
4747
{ MP_ROM_QSTR(MP_QSTR_STEMMA_I2C), MP_ROM_PTR(&board_i2c_obj) },
4848
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },

0 commit comments

Comments
 (0)