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 /demos/STM32/RT-STM32F769I-DISCOVERY | |
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 'demos/STM32/RT-STM32F769I-DISCOVERY')
-rw-r--r-- | demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h b/demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h index 3b1f2128a..2e7c41a48 100644 --- a/demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h +++ b/demos/STM32/RT-STM32F769I-DISCOVERY/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
|