APP_ERROR_CHECK(NRF_LOG_INIT(NULL)); ?

Dear Members,

I want to run :

E:\nRF5_SDK_17.0.2_d674dde\examples\peripheral\spi\main.c

on this line :

APP_ERROR_CHECK(NRF_LOG_INIT(NULL));

I get :

error : use of undeclared indentifier "NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY"

and the app can not do NRF_LOG_INFO,

How can I rectify it ?

Thanks

Parents Reply Children
Related