Browse Source

update

master
zhaohe 1 year ago
parent
commit
20c99a0fe4
  1. 1
      components/libraries/util/app_error.h

1
components/libraries/util/app_error.h

@ -164,6 +164,7 @@ void app_error_log_handle(uint32_t id, uint32_t pc, uint32_t info);
const uint32_t LOCAL_ERR_CODE = (ERR_CODE); \
if (LOCAL_ERR_CODE != NRF_SUCCESS) \
{ \
\
APP_ERROR_HANDLER(LOCAL_ERR_CODE); \
} \
} while (0)

Loading…
Cancel
Save