Skip to content

Commit

Permalink
Use the config provided BITRATE
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Apr 12, 2023
1 parent 2ff205b commit 05574a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/wf200/efr_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ sl_status_t sl_wfx_host_spi_cs_assert()
{
return SL_STATUS_TIMEOUT;
}
spi_drv_reinit(SL_BIT_RATE_EXP_HDR);
spi_drv_reinit(SL_SPIDRV_EXP_BITRATE);
GPIO_PinOutClear(SL_SPIDRV_EXP_CS_PORT, SL_SPIDRV_EXP_CS_PIN);
return SL_STATUS_OK;
}
Expand Down

0 comments on commit 05574a3

Please sign in to comment.