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:
Giovanni Di Sirio 2016-02-28 09:26:27 +00:00
parent 914adeceeb
commit 0f0dcf1141
2 changed files with 1 additions and 7 deletions

View File

@ -95,13 +95,6 @@
#define STM32_EXT_EXTI16_IRQ_PRIORITY 6
#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.
*/

View File

@ -76,6 +76,7 @@
- ALL: Startup files relicensed under Apache 2.0.
- RT: Added RT-STM32L476-DISCOVERY demo.
- 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)
- RT: Fixed wrong SysTick initialization in generic demos (bug #715).
- NIL: Fixed wrong SysTick initialization in generic demos (bug #715).