Browse Source

stm32: spi: correct typo in PHILIPS

Fixes: #589 on github
pull/582/merge
Karl Palsson 9 years ago
parent
commit
609cfe7f28
  1. 2
      include/libopencm3/stm32/common/spi_common_all.h

2
include/libopencm3/stm32/common/spi_common_all.h

@ -308,7 +308,7 @@ specific memorymap.h header before including this header file.*/
/* I2SSTD[5:4]: I2S standard selection */
#define SPI_I2SCFGR_I2SSTD_LSB 4
#define SPI_I2SCFGR_I2SSTD_I2S_PHILLIPS 0x0
#define SPI_I2SCFGR_I2SSTD_I2S_PHILIPS 0x0
#define SPI_I2SCFGR_I2SSTD_MSB_JUSTIFIED 0x1
#define SPI_I2SCFGR_I2SSTD_LSB_JUSTIFIED 0x2
#define SPI_I2SCFGR_I2SSTD_PCM 0x3

Loading…
Cancel
Save