diff --git a/include/libopencm3/stm32/common/spi_common_all.h b/include/libopencm3/stm32/common/spi_common_all.h index 4e75669a..7997e587 100644 --- a/include/libopencm3/stm32/common/spi_common_all.h +++ b/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