mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 21:50:14 +00:00
Fix a typo introduce in the last big bunch of checkins for the STM32 F2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4473 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
9a566fd981
commit
29fd9d92a7
1 changed files with 3 additions and 1 deletions
|
|
@ -92,6 +92,7 @@
|
|||
*/
|
||||
|
||||
#if defined(CONFIG_STM32_STM32F10XX)
|
||||
|
||||
/* Set the end of system SRAM */
|
||||
|
||||
# define SRAM1_END CONFIG_DRAM_END
|
||||
|
|
@ -133,7 +134,8 @@
|
|||
* In addition, external FSMC SRAM may be available.
|
||||
*/
|
||||
|
||||
#elif defined(CONFIG_STM32_STM32F20XX) || defined(CONFIG_STM32_STM32F40XX
|
||||
#elif defined(CONFIG_STM32_STM32F20XX) || defined(CONFIG_STM32_STM32F40XX)
|
||||
|
||||
/* Set the end of system SRAM */
|
||||
|
||||
# define SRAM1_END 0x20020000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue