Skip to content

Commit 32816e1

Browse files
committed
fix(H7): restore DATA_IN_D2_SRAM comment in system source file
Fixes stm32duino#2094 Signed-off-by: Frederic Pillon <[email protected]>
1 parent d1a021d commit 32816e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: system/STM32H7xx/system_stm32h7xx.c

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
*/
6565

6666
/************************* Miscellaneous Configuration ************************/
67+
/*!< Uncomment the following line if you need to use initialized data in D2 domain SRAM (AHB SRAM) */
68+
/* #define DATA_IN_D2_SRAM */
6769

6870
/* Note: Following vector table addresses must be defined in line with linker
6971
configuration. */

0 commit comments

Comments
 (0)