Update board.h

This commit is contained in:
Bernard Xiong 2017-11-15 17:15:48 +08:00 committed by GitHub
parent 1a3b746105
commit 849a1e1901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ extern int Image$$RW_IRAM1$$ZI$$Limit;
extern int __bss_end; extern int __bss_end;
#define HEAP_BEGIN ((void *)&__bss_end) #define HEAP_BEGIN ((void *)&__bss_end)
#endif #endif
#define HEAP_END (0x20000000 + 128*1024) #define HEAP_END STM32_SRAM_END
#endif #endif
extern void rt_hw_board_init(void); extern void rt_hw_board_init(void);