aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/platforms/STM32/spi_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-16 16:39:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-16 16:39:22 +0000
commitaa2f5af6f01de0e2083c2c92bc4ae2fedeac847d (patch)
tree2e961919bddaa06ec5b876f8ea494078c77e90b5 /os/io/platforms/STM32/spi_lld.h
parentb488811f14f65a746ac9e0cdd8d392cd011517e6 (diff)
downloadChibiOS-aa2f5af6f01de0e2083c2c92bc4ae2fedeac847d.tar.gz
ChibiOS-aa2f5af6f01de0e2083c2c92bc4ae2fedeac847d.tar.bz2
ChibiOS-aa2f5af6f01de0e2083c2c92bc4ae2fedeac847d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1309 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/platforms/STM32/spi_lld.h')
-rw-r--r--os/io/platforms/STM32/spi_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/io/platforms/STM32/spi_lld.h b/os/io/platforms/STM32/spi_lld.h
index a6041f060..2918eaa6c 100644
--- a/os/io/platforms/STM32/spi_lld.h
+++ b/os/io/platforms/STM32/spi_lld.h
@@ -82,7 +82,7 @@
* @note @p BASEPRI_KERNEL >= @p STM32_SPI1_IRQ_PRIORITY > @p PRIORITY_PENDSV.
*/
#if !defined(STM32_SPI1_IRQ_PRIORITY) || defined(__DOXYGEN__)
-#define STM32_SPI1_IRQ_PRIORITY 0xB0
+#define STM32_SPI1_IRQ_PRIORITY 0x60
#endif
/**
@@ -90,7 +90,7 @@
* @note @p BASEPRI_KERNEL >= @p STM32_SPI2_IRQ_PRIORITY > @p PRIORITY_PENDSV.
*/
#if !defined(STM32_SPI2_IRQ_PRIORITY) || defined(__DOXYGEN__)
-#define STM32_SPI2_IRQ_PRIORITY 0xB0
+#define STM32_SPI2_IRQ_PRIORITY 0x60
#endif
/*===========================================================================*/