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

◆ ERR_CHK

#define ERR_CHK (   err_code)
Value:
do { \
if (err_code) { \
PRINT_AND_OOPS(err_code); \
} \
} while (0)