nrfxlib API 0.1.0
|
#define NRF_RPC_STATIC_ASSERT | ( | _expr, | |
_msg | |||
) | __NRF_RPC_STATIC_ASSERT(_expr, _msg) |
#include <nrf_rpc/include/nrf_rpc_common.h>
Compile-time assert.
_expr | Condition that have to be met. |
_msg | Message shown when condition is not met. |