From 67c088cdb5f44172db45998b2da3569752741ad8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 9 Apr 2022 08:19:56 +0000 Subject: [PATCH] Performance optimization. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15578 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- .../multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testhal/STM32/multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h b/testhal/STM32/multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h index e3d2cbf9b..412163d71 100644 --- a/testhal/STM32/multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h +++ b/testhal/STM32/multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h @@ -118,11 +118,11 @@ #define STM32_SW STM32_SW_PLL1_P_CK #define STM32_RTCSEL STM32_RTCSEL_LSE_CK #define STM32_D1CPRE STM32_D1CPRE_DIV1 -#define STM32_D1HPRE STM32_D1HPRE_DIV4 -#define STM32_D1PPRE3 STM32_D1PPRE3_DIV1 -#define STM32_D2PPRE1 STM32_D2PPRE1_DIV1 -#define STM32_D2PPRE2 STM32_D2PPRE2_DIV1 -#define STM32_D3PPRE4 STM32_D3PPRE4_DIV1 +#define STM32_D1HPRE STM32_D1HPRE_DIV2 +#define STM32_D1PPRE3 STM32_D1PPRE3_DIV2 +#define STM32_D2PPRE1 STM32_D2PPRE1_DIV2 +#define STM32_D2PPRE2 STM32_D2PPRE2_DIV2 +#define STM32_D3PPRE4 STM32_D3PPRE4_DIV2 /* * Peripherals clocks static settings.