未验证 提交 8ff95d49 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1856 from xuzhuoyi/stm32f4xx-hal

[bsp][stm32f4xx-hal] Fix compile failure when using  ARM Compiler V6
......@@ -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.
先完成此消息的编辑!
想要评论请 注册