This commit is contained in:
Gregory Nutt 2013-04-07 08:44:15 -06:00
parent 74eea4bbdf
commit 7fcbf3f151
1 changed files with 2 additions and 2 deletions

View File

@ -233,9 +233,9 @@
/* Set the end of system SRAM */
# if defined(CONFIG_STM32_STM32F427)
# define SRAM1_END 0x20030000
# define SRAM1_END 0x20030000
# else
# define SRAM1_END 0x20020000
# define SRAM1_END 0x20020000
# endif
/* Set the range of CCM SRAM as well (although we may not use it) */