diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-28 09:18:11 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-28 09:18:11 +0000 |
commit | 66d5eb6240e6dacc2161396719586222333b47c9 (patch) | |
tree | 42dac2620115bb0d3d536d04374241343ba110a8 /testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h | |
parent | 27f433a9bd8936de9636b5d60a141d2f21c2a5ac (diff) | |
download | ChibiOS-66d5eb6240e6dacc2161396719586222333b47c9.tar.gz ChibiOS-66d5eb6240e6dacc2161396719586222333b47c9.tar.bz2 ChibiOS-66d5eb6240e6dacc2161396719586222333b47c9.zip |
Fixed bug #716.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8984 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h b/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h index 3d726bf6c..96eb76479 100644 --- a/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h +++ b/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h @@ -306,8 +306,8 @@ #define STM32_SPI_SPI2_DMA_PRIORITY 1
#define STM32_SPI_SPI3_DMA_PRIORITY 1
#define STM32_SPI_SPI4_DMA_PRIORITY 1
-#define STM32_SPI_SPI4_DMA_PRIORITY 1
-#define STM32_SPI_SPI4_DMA_PRIORITY 1
+#define STM32_SPI_SPI5_DMA_PRIORITY 1
+#define STM32_SPI_SPI6_DMA_PRIORITY 1
#define STM32_SPI_SPI1_IRQ_PRIORITY 10
#define STM32_SPI_SPI2_IRQ_PRIORITY 10
#define STM32_SPI_SPI3_IRQ_PRIORITY 10
|