stm32: spi: correct typo in PHILIPS

Fixes: #589 on github
This commit is contained in:
Karl Palsson 2016-01-04 17:13:30 +00:00
parent faf69592cb
commit 609cfe7f28

View File

@ -308,7 +308,7 @@ specific memorymap.h header before including this header file.*/
/* I2SSTD[5:4]: I2S standard selection */ /* I2SSTD[5:4]: I2S standard selection */
#define SPI_I2SCFGR_I2SSTD_LSB 4 #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_MSB_JUSTIFIED 0x1
#define SPI_I2SCFGR_I2SSTD_LSB_JUSTIFIED 0x2 #define SPI_I2SCFGR_I2SSTD_LSB_JUSTIFIED 0x2
#define SPI_I2SCFGR_I2SSTD_PCM 0x3 #define SPI_I2SCFGR_I2SSTD_PCM 0x3