Merge pull request #4111 from eYoung8475/master
[bsp][gd32450z-eval]fixed spi driver bug
This commit is contained in:
commit
a9a004f5b4
|
@ -130,7 +130,7 @@ static rt_err_t configure(struct rt_spi_device* device,
|
||||||
}
|
}
|
||||||
} /* baudrate */
|
} /* baudrate */
|
||||||
|
|
||||||
switch(configuration->mode)
|
switch(configuration->mode & RT_SPI_MODE_3)
|
||||||
{
|
{
|
||||||
case RT_SPI_MODE_0:
|
case RT_SPI_MODE_0:
|
||||||
spi_init_struct.clock_polarity_phase = SPI_CK_PL_LOW_PH_1EDGE;
|
spi_init_struct.clock_polarity_phase = SPI_CK_PL_LOW_PH_1EDGE;
|
||||||
|
|
Loading…
Reference in New Issue