nRF5 SDK for Mesh v5.0.0
38 #ifndef NRF_MESH_ASSERT_ARMCC_H__ 39 #define NRF_MESH_ASSERT_ARMCC_H__ 47 #ifndef NRF_MESH_ASSERT_H__ 48 #error "This file should only be included by nrf_mesh_assert.h, not directly." 52 #error "This file should only be included when compiling with the ARMCC compiler." 56 #error "The ARMCC compiler is not supported for host builds." 60 #define HARD_FAULT() __breakpoint(0) 66 #define GET_PC(pc) do { \ 67 pc = __current_pc(); \