git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13864 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2020-09-21 17:52:32 +00:00
parent 5c1091dc2f
commit c4b1b2e7d6
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ void extiEnableGroup2(uint32_t mask, extimode_t mode) {
uint32_t cmask;
/* Mask including only configurable lines.*/
cmask = mask & ~STM32_EXTI_IMR1_MASK;
cmask = mask & ~STM32_EXTI_IMR2_MASK;
if ((mode & EXTI_MODE_EDGES_MASK) == 0U) {
/* Disabling channels.*/