Hi,
I have a problem with NRF_LOG_INFO()
macro - it only shows messages form main.c file but not from another .c files in project. Why this could happen?
I work in Eclipse with gcc and nRF52840
Hi,
I have a problem with NRF_LOG_INFO()
macro - it only shows messages form main.c file but not from another .c files in project. Why this could happen?
I work in Eclipse with gcc and nRF52840
I mean NRF_LOG_INFO()
, thanks for correction, .c files was added to Makefile and Eclipse project. Some of them was created by me, others was SDK libraries. I'll check {MODULE_NAME}_CONFIG_LOG_ENABLED
macros and let you know what happen
I mean NRF_LOG_INFO()
, thanks for correction, .c files was added to Makefile and Eclipse project. Some of them was created by me, others was SDK libraries. I'll check {MODULE_NAME}_CONFIG_LOG_ENABLED
macros and let you know what happen