aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC13xx/spi_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/LPC13xx/spi_lld.h')
-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
/**