Fixed bug 3152510.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2600 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-01-06 16:34:20 +00:00
parent 3a21dac552
commit cba62c4bc9
2 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,7 @@
/** /**
* @brief SSP interrupt priority level setting. * @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 #define LPC214x_SPI_SSP_IRQ_PRIORITY 4
#endif #endif

View File

@ -65,6 +65,7 @@
***************************************************************************** *****************************************************************************
*** 2.1.7 *** *** 2.1.7 ***
- FIX: Fixed wrong macro check in LPC214x driver (bug 3152510).
- FIX: Fixed switch condition error in STM32 PWM driver (bug 3152482) - FIX: Fixed switch condition error in STM32 PWM driver (bug 3152482)
(backported to 2.0.10). (backported to 2.0.10).
- FIX: Fixed error in output queues static initializer (bug 3149141) - FIX: Fixed error in output queues static initializer (bug 3149141)