8000 fix spi definition · domdfcoding/circuitpython@2519b06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2519b06

Browse files
Daniel GriswoldDaniel Griswold
authored andcommitted
fix spi definition
1 parent cece649 commit 2519b06

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/adafruit_macropad_rp2040/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4343
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_GPIO28) },
4444

4545
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
46-
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_i2c_obj) },
46+
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
4747

4848
{ MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)}
4949
};

0 commit comments

Comments
 (0)
0