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

◆ ERR_CHK

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