xiaoxiang781216 commented on code in PR #16263: URL: https://github.com/apache/nuttx/pull/16263#discussion_r2061200575
########## arch/arm/src/common/arm_allocateheap.c: ########## @@ -39,6 +39,7 @@ #include "arm_internal.h" #include "chip.h" +#include "mmu.h" Review Comment: should add PGTABLE_SIZE to chip.h since mmu.h doesn't always exist on all sub-arch. -- 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