stm32: common: fix missing SPI_I2S_BASE rename regression

Fix regresion from 5d4437fe43aa68a28611e9a0aecc712833230304 where
somehow not all occurrences were replaced.  I could swear it all
compiled when I was working on it :(

Reported-by: Trevor Woerner <trevor.woerner@linaro.org>
This commit is contained in:
Karl Palsson 2014-10-08 14:32:05 +00:00
parent 50dd1c5725
commit 67f4f50a94

View File

@ -92,7 +92,7 @@ void spi_reset(uint32_t spi_peripheral)
break;
#endif
#if defined(SPI3_BASE)
case SPI3_I2S_BASE:
case SPI3_BASE:
rcc_periph_reset_pulse(RST_SPI3);
break;
#endif