diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-19 15:43:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-19 15:43:35 +0000 |
commit | ce79109195102580ac192f3f70cc2d30332911c6 (patch) | |
tree | 71e4bc9de8e10b13fe5acc74fdfee22af3dfc1a0 /testhal/STM32/multi/QSPI-MFS | |
parent | 987a6a3167da6cb49b039f599030f9ccfdbf3216 (diff) | |
download | ChibiOS-ce79109195102580ac192f3f70cc2d30332911c6.tar.gz ChibiOS-ce79109195102580ac192f3f70cc2d30332911c6.tar.bz2 ChibiOS-ce79109195102580ac192f3f70cc2d30332911c6.zip |
Update L4 mcuconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11045 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/QSPI-MFS')
-rw-r--r-- | testhal/STM32/multi/QSPI-MFS/cfg-stm32l476_discovery/mcuconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
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
|