Skip to content

Commit 139c271

Browse files
committed
rebase, fix call to common_hal_busio_spi_construct
1 parent b1a55e3 commit 139c271

File tree

1 file changed

+2
-2
lines changed
  • ports/espressif/boards/hiibot_iots2

1 file changed

+2
-2
lines changed

ports/espressif/boards/hiibot_iots2/board.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ static void display_init(void) {
7171
spi,
7272
&pin_GPIO34, // CLK
7373
&pin_GPIO33, // MOSI
74-
NULL // MISO not connected
75-
);
74+
NULL, // MISO not connected
75+
false); // Not half-duplex
7676

7777
common_hal_busio_spi_never_reset(spi);
7878

0 commit comments

Comments
 (0)