remove comments

This commit is contained in:
Meco Man 2021-02-28 11:12:18 +08:00
parent ac275965f2
commit 70f5c10262
2 changed files with 0 additions and 2 deletions

View File

@ -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*/

View File

@ -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*/