aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-08-25 08:49:27 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-08-25 08:49:27 +0000
commitad80a8ed28114c33f139153f6750f52992c6ae25 (patch)
tree225f6f60b6403ad64139b56cf2f3ee1642f014cb /os/hal
parentd495a2ce4ef84fccdebe1e24b9552c10ee2cde93 (diff)
downloadChibiOS-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
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/STM32/LLD/SPIv2/hal_spi_lld.c1
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) {