nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches

◆ ERR_CHK_MSG

#define ERR_CHK_MSG ( err_code,
msg )
Value:
do { \
if (err_code) { \
LOG_ERR("%s", msg); \
PRINT_AND_OOPS(err_code); \
} \
} while (0)