aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-06 16:34:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-06 16:34:20 +0000
commitcba62c4bc9e96a6bb2aac7df25f537abe03d882e (patch)
treeadc03df4d19a8f729afeee82b274cb4d2249911f /os/hal/platforms/LPC214x
parent3a21dac552115e2ae053b2af5f49f044ccfec621 (diff)
downloadChibiOS-cba62c4bc9e96a6bb2aac7df25f537abe03d882e.tar.gz
ChibiOS-cba62c4bc9e96a6bb2aac7df25f537abe03d882e.tar.bz2
ChibiOS-cba62c4bc9e96a6bb2aac7df25f537abe03d882e.zip
Fixed bug 3152510.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2600 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC214x')
-rw-r--r--os/hal/platforms/LPC214x/spi_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC214x/spi_lld.h b/os/hal/platforms/LPC214x/spi_lld.h
index 50226cf4a..0e9a3e782 100644
--- a/os/hal/platforms/LPC214x/spi_lld.h
+++ b/os/hal/platforms/LPC214x/spi_lld.h
@@ -55,7 +55,7 @@
/**
* @brief SSP interrupt priority level setting.
*/
-#if !defined(STM32_SPI_SPI1_IRQ_PRIORITY) || defined(__DOXYGEN__)
+#if !defined(LPC214x_SPI_SSP_IRQ_PRIORITY) || defined(__DOXYGEN__)
#define LPC214x_SPI_SSP_IRQ_PRIORITY 4
#endif