Skip to content

Commit

Permalink
Adds fix for WF200 baudrate on SPI
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed May 16, 2023
1 parent c9241bc commit 0fcc125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/platform/silabs/efr32/spi_multiplex.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ extern "C" {

#define SL_BIT_RATE_LCD 1100000
#ifdef WF200_WIFI
#define SL_BIT_RATE_EXP_HDR 16000000
#define SL_BIT_RATE_EXP_HDR 10000000
#else
#define SL_BIT_RATE_EXP_HDR SL_SPIDRV_EUSART_EXP_BITRATE
#endif
#endif /* WF200_WIFI */
#define SL_BIT_RATE_SPI_FLASH 16000000
#define SL_BIT_RATE_UART_CONSOLE 16000000

Expand Down

0 comments on commit 0fcc125

Please sign in to comment.