Skip to content

Commit

Permalink
nrfx_nfct: remove spurious assert from nrfx_nfct_parameter_set
Browse files Browse the repository at this point in the history
This function can be called before nrfx_nfct_init.

Signed-off-by: Nikodem Kastelik <[email protected]>
  • Loading branch information
nika-nordic committed Oct 5, 2023
1 parent 7ef620b commit f147ea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/src/nrfx_nfct.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ void nrfx_nfct_init_substate_force(nrfx_nfct_active_state_t sub_state)

nrfx_err_t nrfx_nfct_parameter_set(nrfx_nfct_param_t const * p_param)
{
NRFX_ASSERT(m_nfct_cb.state == NRFX_DRV_STATE_INITIALIZED);
NRFX_ASSERT(p_param);

switch (p_param->id)
Expand Down

0 comments on commit f147ea5

Please sign in to comment.