From baaa338938068cec725f02588fd3b01b4120101b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 20 May 2012 13:29:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4221 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC13xx/spi_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/platforms/LPC13xx') 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 /** -- cgit v1.2.3