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


##########
crypto/tinycrypt/CMakeLists.txt:
##########
@@ -120,7 +121,7 @@ if(CONFIG_TINYCRYPT)
   if(CONFIG_TINYCRYPT_TEST)
     list(APPEND CSRCS ${TINYCRYPT_DIR}/tests/test_ecc_utils.c)
     list(APPEND INCDIR ${TINYCRYPT_DIR}/tests/include)
-    set(CFLAGS -Dhex2bin=ltp_hex2bin -DENABLE_TESTS)

Review Comment:
   both project define hex2bin function, it's better to let ltp redefine it's 
symbol since ltp is a test project.



-- 
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]

Reply via email to