mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 04:35:24 +08:00
[stm32-artpi-h750]去除冗余代码 与本文件36行重复 (#6522)
This commit is contained in:
parent
4690ed90f1
commit
5f7d9b3e0e
@ -75,10 +75,6 @@ extern "C" {
|
||||
#define STM32_FLASH_SIZE ROM_SIZE
|
||||
#define STM32_FLASH_END_ADDRESS ROM_END
|
||||
|
||||
#define RAM_START (0x24000000)
|
||||
#define RAM_SIZE (512)
|
||||
#define RAM_END (RAM_START + RAM_SIZE * 1024)
|
||||
|
||||
#define STM32_SRAM1_SIZE RAM_SIZE
|
||||
#define STM32_SRAM1_START RAM_START
|
||||
#define STM32_SRAM1_END RAM_END
|
||||
|
Loading…
x
Reference in New Issue
Block a user