我有一个问题。我想使用 USB 日志宏之一,例如NRFX_LOG_INFO()
和NRF_LOG_INFO()
。但是,当我在 openthread/examples/platforms/nrf528xx/src/ 中设置并包含到我的文件中时,我收到以下NRF_LOG_ENABLED 1
错误sdk_config.h
:nrf_log.h
rf_log.h:55:10: fatal error: nrf_strerror.h: No such file or directory
#include "nrf_strerror.h"
^~~~~~~~~~~~~~~~
compilation terminated.
我应该怎么做才能启用此功能?