nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ NRF_RPC_STATIC_ASSERT

#define NRF_RPC_STATIC_ASSERT (   _expr,
  _msg 
)     __NRF_RPC_STATIC_ASSERT(_expr, _msg)

#include <nrf_rpc/include/nrf_rpc_common.h>

Compile-time assert.

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