diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/LPC13xx/spi_lld.h | 4 |
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
|