diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-25 08:49:27 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-25 08:49:27 +0000 |
commit | ad80a8ed28114c33f139153f6750f52992c6ae25 (patch) | |
tree | 225f6f60b6403ad64139b56cf2f3ee1642f014cb | |
parent | d495a2ce4ef84fccdebe1e24b9552c10ee2cde93 (diff) | |
download | ChibiOS-ad80a8ed28114c33f139153f6750f52992c6ae25.tar.gz ChibiOS-ad80a8ed28114c33f139153f6750f52992c6ae25.tar.bz2 ChibiOS-ad80a8ed28114c33f139153f6750f52992c6ae25.zip |
removed leftover
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10487 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/STM32/LLD/SPIv2/hal_spi_lld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/SPIv2/hal_spi_lld.c b/os/hal/ports/STM32/LLD/SPIv2/hal_spi_lld.c index 01f894970..faa5fa1cc 100644 --- a/os/hal/ports/STM32/LLD/SPIv2/hal_spi_lld.c +++ b/os/hal/ports/STM32/LLD/SPIv2/hal_spi_lld.c @@ -440,7 +440,6 @@ void spi_lld_start(SPIDriver *spip) { * @notapi
*/
void spi_lld_stop(SPIDriver *spip) {
- uint32_t cr1;
/* If in ready state then disables the SPI clock.*/
if (spip->state == SPI_READY) {
|