Skip to content

Commit

Permalink
fix(H7): restore DATA_IN_D2_SRAM comment in system source file
Browse files Browse the repository at this point in the history
Fixes #2094

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Aug 9, 2023
1 parent d1a021d commit c19744c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/STM32H7xx/system_stm32h7xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit c19744c

Please sign in to comment.