Fixed bug #717.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8986 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
914adeceeb
commit
0f0dcf1141
|
@ -95,13 +95,6 @@
|
||||||
#define STM32_EXT_EXTI16_IRQ_PRIORITY 6
|
#define STM32_EXT_EXTI16_IRQ_PRIORITY 6
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief EXTI17 interrupt priority level setting.
|
|
||||||
*/
|
|
||||||
#if !defined(STM32_EXT_EXTI17_IRQ_PRIORITY) || defined(__DOXYGEN__)
|
|
||||||
#define STM32_EXT_EXTI17_IRQ_PRIORITY 6
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief EXTI18 interrupt priority level setting.
|
* @brief EXTI18 interrupt priority level setting.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -76,6 +76,7 @@
|
||||||
- ALL: Startup files relicensed under Apache 2.0.
|
- ALL: Startup files relicensed under Apache 2.0.
|
||||||
- RT: Added RT-STM32L476-DISCOVERY demo.
|
- RT: Added RT-STM32L476-DISCOVERY demo.
|
||||||
- HAL: Updated all STM32F476 mcuconf.h files.
|
- HAL: Updated all STM32F476 mcuconf.h files.
|
||||||
|
- HAL: Fixed wrong definition in STM32L4 ext_lld_isr.h (bug #717).
|
||||||
- HAL: Fixed wrong definitions in STM32F746 mcuconf.h files (bug #716)
|
- HAL: Fixed wrong definitions in STM32F746 mcuconf.h files (bug #716)
|
||||||
- RT: Fixed wrong SysTick initialization in generic demos (bug #715).
|
- RT: Fixed wrong SysTick initialization in generic demos (bug #715).
|
||||||
- NIL: Fixed wrong SysTick initialization in generic demos (bug #715).
|
- NIL: Fixed wrong SysTick initialization in generic demos (bug #715).
|
||||||
|
|
Loading…
Reference in New Issue