nRF Connect SDK API 0.1.0
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)