提交 ffd38a57 编写于 作者: xuzhuoyi96's avatar xuzhuoyi96

[bsp][stm32f4xx-hal] Fix compile failure when using ARM Compiler V6.10.1

上级 0cd2c106
......@@ -370,7 +370,7 @@
#define STM32_SRAM_END (0x20000000 + STM32_SRAM_SIZE * 1024)
#ifdef __CC_ARM
#if defined(__CC_ARM) || defined(__CLANG_ARM)
extern int Image$$RW_IRAM1$$ZI$$Limit;
#define HEAP_BEGIN ((void *)&Image$$RW_IRAM1$$ZI$$Limit)
#elif __ICCARM__
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册