Developing with ZBOSS for Zigbee
Dynamic (run-time) asserts

Macros

#define ZB_ASSERT(expr)   ((void)(expr))
 
#define ZB_INLINE_ASSERT_SIMPLE(expr)   -1
 
#define ZB_INLINE_ASSERT(expr)
 

Detailed Description