From ad80a8ed28114c33f139153f6750f52992c6ae25 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 25 Aug 2017 08:49:27 +0000 Subject: removed leftover git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10487 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/SPIv2/hal_spi_lld.c | 1 - 1 file changed, 1 deletion(-) (limited to 'os/hal/ports/STM32') 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) { -- cgit v1.2.3