mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 20:57:20 +08:00
Update board.h
This commit is contained in:
@@ -34,7 +34,7 @@ extern int Image$$RW_IRAM1$$ZI$$Limit;
|
||||
extern int __bss_end;
|
||||
#define HEAP_BEGIN ((void *)&__bss_end)
|
||||
#endif
|
||||
#define HEAP_END (0x20000000 + 128*1024)
|
||||
#define HEAP_END STM32_SRAM_END
|
||||
|
||||
#endif
|
||||
extern void rt_hw_board_init(void);
|
||||
|
||||
Reference in New Issue
Block a user