XuNeo commented on code in PR #12648: URL: https://github.com/apache/nuttx/pull/12648#discussion_r1669797313
########## arch/arm64/src/common/CMakeLists.txt: ########## @@ -47,6 +46,10 @@ list(APPEND SRCS arm64_syscall.c) # Use common heap allocation for now (may need to be customized later) list(APPEND SRCS arm64_allocateheap.c) +if(not CONFIG_ARCH_IDLE_CUSTOM) Review Comment: Fixed -- 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]
