Skip to content
Snippets Groups Projects
Commit bf1d31a6 authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

Merge pull request #4869 from cgundogan/pr/kw2xrf/NETOPT_STATE_RX

drivers/kw2xrf: use NETOPT_STATE_RX for rcv
parents 65caa15d f0068ba4
Branches
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ void kw2xrf_set_sequence(kw2xrf_t *dev, kw2xrf_physeq_t seq)
break;
case XCVSEQ_RECEIVE:
dev->state = NETOPT_STATE_IDLE;
dev->state = NETOPT_STATE_RX;
break;
case XCVSEQ_TRANSMIT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment