aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC13xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-20 13:29:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-20 13:29:55 +0000
commitbaaa338938068cec725f02588fd3b01b4120101b (patch)
tree615c5f06331819756387860559d6147ff9fd8d48 /os/hal/platforms/LPC13xx
parent31149b2ffb6b73f7d9c6f1e0c2e69c7f244e831d (diff)
downloadChibiOS-baaa338938068cec725f02588fd3b01b4120101b.tar.gz
ChibiOS-baaa338938068cec725f02588fd3b01b4120101b.tar.bz2
ChibiOS-baaa338938068cec725f02588fd3b01b4120101b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4221 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC13xx')
-rw-r--r--os/hal/platforms/LPC13xx/spi_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC13xx/spi_lld.h b/os/hal/platforms/LPC13xx/spi_lld.h
index 6277b891f..2d54b83ac 100644
--- a/os/hal/platforms/LPC13xx/spi_lld.h
+++ b/os/hal/platforms/LPC13xx/spi_lld.h
@@ -152,7 +152,7 @@
* @brief SPI1 interrupt priority level setting.
*/
#if !defined(LPC13xx_SPI_SSP1_IRQ_PRIORITY) || defined(__DOXYGEN__)
-#define LPC13xx_SPI_SSP1_IRQ_PRIORITY 1
+#define LPC13xx_SPI_SSP1_IRQ_PRIORITY 5
#endif
/**