diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-22 10:32:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-22 10:32:35 +0000 |
commit | 491c9ac55a0337cd248bb735466bd1dee638de51 (patch) | |
tree | f9ae2ce590e6cda26c7f1ce1ffde84c5e9fdc8ff /testhal/STM32/STM32F7xx/PWM-ICU | |
parent | bb48071bc5f863fcecb8c43f88f50235c60a2768 (diff) | |
download | ChibiOS-491c9ac55a0337cd248bb735466bd1dee638de51.tar.gz ChibiOS-491c9ac55a0337cd248bb735466bd1dee638de51.tar.bz2 ChibiOS-491c9ac55a0337cd248bb735466bd1dee638de51.zip |
Fixed bug #874.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10457 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/PWM-ICU')
-rw-r--r-- | testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h b/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h index dd3ebf8e6..5e24c3b61 100644 --- a/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h +++ b/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h @@ -65,6 +65,7 @@ #define STM32_PLLI2SP_VALUE 4
#define STM32_PLLI2SQ_VALUE 4
#define STM32_PLLI2SR_VALUE 4
+#define STM32_PLLI2SDIVQ_VALUE 2
#define STM32_PLLSAIN_VALUE 192
#define STM32_PLLSAIP_VALUE 4
#define STM32_PLLSAIQ_VALUE 4
|