anchao opened a new pull request, #6736: URL: https://github.com/apache/incubator-nuttx/pull/6736
## Summary arm/allocateheap: fix multiple definition of 'up_allocate_heap' ``` ld: arch/libarch.a(cxd56_allocateheap.c.obj): in function `up_allocate_heap': arch/arm/src/cxd56xx/cxd56_allocateheap.c:113: multiple definition of `up_allocate_heap'; arch/libarch.a(arm_allocateheap.c.obj): arch/arm/src/common/arm_allocateheap.c:110: first defined here ``` Signed-off-by: chao.an <anc...@xiaomi.com> ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org