From 05065fdb3d74e3c973298d5f4f286f9934631637 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 2 Feb 2024 10:38:07 +0800 Subject: [PATCH] update --- include/znordic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/znordic.h b/include/znordic.h index 505d66d..ebeb534 100644 --- a/include/znordic.h +++ b/include/znordic.h @@ -100,6 +100,7 @@ const char* hex2str(const uint8_t* data, uint16_t len); const uint32_t LOCAL_ERR_CODE = (err_code); \ if (LOCAL_ERR_CODE != NRF_SUCCESS) { \ ZLOGI("%s:%d ZERROR_CHECK(%s) fail:%d", __FILE__, __LINE__, #err_code, LOCAL_ERR_CODE); \ + NRF_LOG_PROCESS(); \ APP_ERROR_CHECK(LOCAL_ERR_CODE); \ } \ } while (0)