提交 70f5c102 编写于 作者: mysterywolf's avatar mysterywolf

remove comments

上级 ac275965
......@@ -63,7 +63,6 @@ _free_r (struct _reent *ptr, void *addr)
void *
_sbrk_r(struct _reent *ptr, ptrdiff_t incr)
{
/* no use this routine to get memory */
return RT_NULL;
}
#endif /*RT_USING_HEAP*/
......@@ -303,7 +303,6 @@ _free_r (struct _reent *ptr, void *addr)
void *
_sbrk_r(struct _reent *ptr, ptrdiff_t incr)
{
/* no use this routine to get memory */
return RT_NULL;
}
#endif /*RT_USING_HEAP*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册