Browse Source

update

master
zhaohe 1 year ago
parent
commit
05065fdb3d
  1. 1
      include/znordic.h

1
include/znordic.h

@ -100,6 +100,7 @@ const char* hex2str(const uint8_t* data, uint16_t len);
const uint32_t LOCAL_ERR_CODE = (err_code); \
if (LOCAL_ERR_CODE != NRF_SUCCESS) { \
ZLOGI("%s:%d ZERROR_CHECK(%s) fail:%d", __FILE__, __LINE__, #err_code, LOCAL_ERR_CODE); \
NRF_LOG_PROCESS(); \
APP_ERROR_CHECK(LOCAL_ERR_CODE); \
} \
} while (0)

Loading…
Cancel
Save