From 20c99a0fe48fe28d0443e4f4429b9fcb9b3c0462 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 4 Feb 2024 12:13:24 +0800 Subject: [PATCH] update --- components/libraries/util/app_error.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/libraries/util/app_error.h b/components/libraries/util/app_error.h index f9543a2..cf222f1 100644 --- a/components/libraries/util/app_error.h +++ b/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)