mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 15:12:59 +00:00
mpfs_corespi: Change default motorola mode to MODE3
This commit is contained in:
parent
4d49f80e16
commit
d193c50947
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ static void mpfs_spi_enable(struct mpfs_spi_priv_s *priv, uint8_t enable);
|
|||
static const struct mpfs_spi_config_s mpfs_spi_config =
|
||||
{
|
||||
.clk_freq = MPFS_SPI_FREQ_DEFAULT,
|
||||
.mode = SPIDEV_MODE0,
|
||||
.mode = SPIDEV_MODE3,
|
||||
.nbits = 8,
|
||||
.use_irq = true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue