From c19744ca3f12392e3f7a47ab744df33b1198e41e Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Mon, 7 Aug 2023 09:36:39 +0200 Subject: [PATCH] fix(H7): restore DATA_IN_D2_SRAM comment in system source file Fixes #2094 Signed-off-by: Frederic Pillon --- system/STM32H7xx/system_stm32h7xx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/STM32H7xx/system_stm32h7xx.c b/system/STM32H7xx/system_stm32h7xx.c index d0a10b5e97..950ff938a7 100644 --- a/system/STM32H7xx/system_stm32h7xx.c +++ b/system/STM32H7xx/system_stm32h7xx.c @@ -64,6 +64,8 @@ */ /************************* Miscellaneous Configuration ************************/ +/*!< Uncomment the following line if you need to use initialized data in D2 domain SRAM (AHB SRAM) */ +/* #define DATA_IN_D2_SRAM */ /* Note: Following vector table addresses must be defined in line with linker configuration. */