Skip to content

Commit

Permalink
wifi: update to change lpspi mode3 for wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
Saydi committed Mar 22, 2024
1 parent b7df39c commit d560685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp_hosted_ng/host/spi/esp_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ static int spi_dev_init(int spi_clk_mhz)
struct spi_master *master = NULL;

strscpy(esp_board.modalias, "esp_spi", sizeof(esp_board.modalias));
esp_board.mode = SPI_MODE_0;
esp_board.mode = SPI_MODE_3;
esp_board.max_speed_hz = spi_clk_mhz * NUMBER_1M;
esp_board.bus_num = 0;
esp_board.chip_select = 0;
Expand Down

0 comments on commit d560685

Please sign in to comment.