From 609cfe7f284af6b946f1b45f76564da4a841e5f8 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 4 Jan 2016 17:13:30 +0000 Subject: [PATCH] stm32: spi: correct typo in PHILIPS Fixes: #589 on github --- include/libopencm3/stm32/common/spi_common_all.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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