Skip to content

Commit 1b32b91

Browse files
committed
some coding correction in the spi module
1 parent 9afddf8 commit 1b32b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/esp32_additions/spi/src/esp32_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ mp_obj_t esp32_hw_spi_bus_make_new(const mp_obj_type_t *type, size_t n_args, siz
710710
.miso_io_num = SPI2_IOMUX_PIN_NUM_MISO_OCT,
711711
.sclk_io_num = SPI2_IOMUX_PIN_NUM_CLK_OCT,
712712
.quadhd_io_num = SPI2_IOMUX_PIN_NUM_HD_OCT,
713-
.quadwp_io_num = SPI2_IOMUX_PIN_NUM_WP_OCT
713+
.quadwp_io_num = SPI2_IOMUX_PIN_NUM_WP_OCT,
714714
.data4_io_num = SPI2_IOMUX_PIN_NUM_IO4_OCT,
715715
.data5_io_num = SPI2_IOMUX_PIN_NUM_IO5_OCT,
716716
.data6_io_num = SPI2_IOMUX_PIN_NUM_IO6_OCT,

0 commit comments

Comments
 (0)