mirror of https://github.com/RT-Thread/rt-thread
fix the complier error
This commit is contained in:
parent
5c73b3e6e9
commit
b19e71e18e
|
@ -21,8 +21,7 @@ extern int __bss_end__;
|
||||||
#define HEAP_BEGIN ((void *)&__bss_end__)
|
#define HEAP_BEGIN ((void *)&__bss_end__)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define HEAP_SIZE 16*1024
|
#define HEAP_END (MCU_SRAM_END_ADDRESS)
|
||||||
#define HEAP_END (HEAP_BEGIN + HEAP_SIZE)
|
|
||||||
|
|
||||||
void rt_hw_board_init(void);
|
void rt_hw_board_init(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue