mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
stm32h743: fix incorrectly defined SRAM3 size
Change-Id: Ia31e22fb2c6e7becf380abf440b03a73ec383582
This commit is contained in:
parent
adb5e2e44f
commit
450687bc3d
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
#define STM32_SRAM2_SIZE (128 * 1024)
|
||||
|
||||
#define STM32_SRAM3_BASE 0x30040000
|
||||
#define STM32_SRAM3_SIZE (128 * 1024)
|
||||
#define STM32_SRAM3_SIZE (32 * 1024)
|
||||
|
||||
#define STM32_SRAM4_BASE 0x38000000
|
||||
#define STM32_SRAM4_SIZE (64 * 1024)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue