xiaoxiang781216 commented on code in PR #3074:
URL: https://github.com/apache/nuttx-apps/pull/3074#discussion_r2083510940


##########
examples/optee/optee_main.c:
##########
@@ -235,9 +243,8 @@ static int tee_shm_mmap(int fd, tee_shm_t *shm, bool reg)
 
   return ret;
 }
-#endif
 
-static int tee_shm_alloc(int fd, tee_shm_t *shm, bool reg)
+int tee_shm_malloc(int fd, tee_shm_t *shm, bool reg)

Review Comment:
   it's better to remove or add #ifdef 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

Reply via email to