From ce79109195102580ac192f3f70cc2d30332911c6 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 19 Nov 2017 15:43:35 +0000 Subject: Update L4 mcuconf.h files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11045 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testhal/STM32/multi/QSPI-MFS') diff --git a/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h index 7a934bb4d..657efae66 100644 --- a/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h +++ b/testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h @@ -105,7 +105,7 @@ #define STM32_IRQ_EXTI18_PRIORITY 6 #define STM32_IRQ_EXTI19_PRIORITY 6 #define STM32_IRQ_EXTI20_PRIORITY 6 -#define STM32_IRQ_EXTI2122_PRIORITY 15 +#define STM32_IRQ_EXTI21_22_PRIORITY 15 /* * ADC driver system settings. @@ -278,7 +278,7 @@ #define STM32_SPI_DMA_ERROR_HOOK(spip) osalSysHalt("DMA failure") /* - * ST driver system settings.+++ + * ST driver system settings. */ #define STM32_ST_IRQ_PRIORITY 8 #define STM32_ST_USE_TIMER 2 @@ -328,7 +328,7 @@ #define STM32_USB_OTGFIFO_FILL_BASEPRI 0 /* - * WDG driver system settings.+++ + * WDG driver system settings. */ #define STM32_WDG_USE_IWDG FALSE -- cgit v1.2.3