I want to add log function in one, but compile this display undefined.
# Config logger
CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BACKEND_UART=y
I want to add log function in one, but compile this display undefined.
# Config logger
CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BACKEND_UART=y
CONFIG_LOG_BACKEND_UART=n
because you have to chose RTT or UART for log.
Thank you for your reply.
I'm adding this, I'm using LOG_INF() for printing, but still compile will report this problem
Thank you for your reply.
I'm adding this, I'm using LOG_INF() for printing, but still compile will report this problem