xiaoxiang781216 commented on PR #10586:
URL: https://github.com/apache/nuttx/pull/10586#issuecomment-1714314275
@XuNeo please fix:
```
mm_heap/mm_initialize.c: In function 'mempool_memalign':
Error: mm_heap/mm_initialize.c:68:26: error: 'SIZEOF_MM_ALLOCNODE'
undeclared (first use in this function); did you mean 'MM_SIZEOF_ALLOCNODE'?
68 | ((FAR char *)ret - SIZEOF_MM_ALLOCNODE);
| ^~~~~~~~~~~~~~~~~~~
| MM_SIZEOF_ALLOCNODE
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]