Searched refs:ASSERT_IMPL (Results 1 – 1 of 1) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/ |
D | utils_assert.h | 66 #define ASSERT(condition) ASSERT_IMPL((condition), __FILE__, __LINE__) 71 #define ASSERT_IMPL(condition, file, line) … macro 75 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line) 81 #define ASSERT_IMPL(condition, file, line) ((void)0) 83 #define ASSERT_IMPL(condition, file, line) ((void)0)
|