nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ NRF_RPC_STATIC_ASSERT

#define NRF_RPC_STATIC_ASSERT ( _expr,
_msg )

#include <nrf_rpc/include/nrf_rpc_common.h>

Value:
__NRF_RPC_STATIC_ASSERT(_expr, _msg)

Compile-time assert.

Parameters
_exprCondition that have to be met.
_msgMessage shown when condition is not met.