提交 5fb02896 编写于 作者: wuyangyong's avatar wuyangyong

fix compile errors in bsp:stm32f0x.

上级 eefb272c
...@@ -89,7 +89,8 @@ LoopCopyDataInit: ...@@ -89,7 +89,8 @@ LoopCopyDataInit:
/* Zero fill the bss segment. */ /* Zero fill the bss segment. */
FillZerobss: FillZerobss:
movs r3, #0 movs r3, #0
str r3, [r2], #4 str r3, [r2, #4]
adds r2, r2, #4
LoopFillZerobss: LoopFillZerobss:
ldr r3, = _ebss ldr r3, = _ebss
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册