aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC13xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-05 12:20:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-05 12:20:46 +0000
commit57fd0a2273dbfe5d3e7880ddc9b6e67796815f52 (patch)
treec8bbd40e2d726f66eb0896f9f2fe9be79e835446 /os/hal/platforms/LPC13xx
parentd8edc8d012500fa4b97d7f8f9dc1aa15bfd9014e (diff)
downloadChibiOS-57fd0a2273dbfe5d3e7880ddc9b6e67796815f52.tar.gz
ChibiOS-57fd0a2273dbfe5d3e7880ddc9b6e67796815f52.tar.bz2
ChibiOS-57fd0a2273dbfe5d3e7880ddc9b6e67796815f52.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2461 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC13xx')
-rw-r--r--os/hal/platforms/LPC13xx/spi_lld.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/platforms/LPC13xx/spi_lld.h b/os/hal/platforms/LPC13xx/spi_lld.h
index 037627291..47085c58b 100644
--- a/os/hal/platforms/LPC13xx/spi_lld.h
+++ b/os/hal/platforms/LPC13xx/spi_lld.h
@@ -154,10 +154,6 @@
#error "invalid LPC13xx_SPI_SSP0CLKDIV setting"
#endif
-#if (LPC13xx_SPI_SSP1CLKDIV < 1) || (LPC13xx_SPI_SSP1CLKDIV > 255)
-#error "invalid LPC13xx_SPI_SSP1CLKDIV setting"
-#endif
-
#if !LPC13xx_SPI_USE_SSP0
#error "SPI driver activated but no SPI peripheral assigned"
#endif