From af0921235ffe94efb5467b3877b763d3c030cb0c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 24 Oct 2010 19:39:07 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2285 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC11xx/spi_lld.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os/hal/platforms/LPC11xx/spi_lld.h') diff --git a/os/hal/platforms/LPC11xx/spi_lld.h b/os/hal/platforms/LPC11xx/spi_lld.h index 9510b7591..580787bb1 100644 --- a/os/hal/platforms/LPC11xx/spi_lld.h +++ b/os/hal/platforms/LPC11xx/spi_lld.h @@ -245,10 +245,6 @@ typedef struct { * @brief SSP CR0 initialization data. */ uint16_t spc_cr0; - /** - * @brief SSP CR1 initialization data. - */ - uint16_t spc_cr1; /** * @brief SSP CPSR initialization data. */ -- cgit v1.2.3