aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11xx
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/LPC11xx')
-rw-r--r--os/hal/platforms/LPC11xx/spi_lld.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/platforms/LPC11xx/spi_lld.h b/os/hal/platforms/LPC11xx/spi_lld.h
index 64f87c679..7b6374172 100644
--- a/os/hal/platforms/LPC11xx/spi_lld.h
+++ b/os/hal/platforms/LPC11xx/spi_lld.h
@@ -37,7 +37,7 @@
/**
* @brief Hardware FIFO depth.
*/
-#define LPC11xx_SSP_FIFO_DEPTH 8
+#define LPC11xx_SSP_FIFO_DEPTH 8
#define CR0_DSSMASK 0x0F
#define CR0_DSS4BIT 3
@@ -89,7 +89,6 @@
#define ICR_ROR 1
#define ICR_RT 2
-
/**
* @brief SCK0 signal assigned to pin PIO0_10.
*/