git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2461 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-12-05 12:20:46 +00:00
parent d8edc8d012
commit 57fd0a2273
1 changed files with 0 additions and 4 deletions

View File

@ -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