aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-05 12:18:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-05 12:18:15 +0000
commitd8edc8d012500fa4b97d7f8f9dc1aa15bfd9014e (patch)
tree51c82a4c8032944953990c76f26ad9ae0e2fa226 /os/hal/platforms/LPC11xx
parentf650ce36c1566f76604a7483bce91ca0d508456f (diff)
downloadChibiOS-d8edc8d012500fa4b97d7f8f9dc1aa15bfd9014e.tar.gz
ChibiOS-d8edc8d012500fa4b97d7f8f9dc1aa15bfd9014e.tar.bz2
ChibiOS-d8edc8d012500fa4b97d7f8f9dc1aa15bfd9014e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2460 35acf78f-673a-0410-8e92-d51de3d6d3f4
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.
*/