1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

kw2xrf: Remove default event report settings

This commit is contained in:
Koen Zandberg 2018-07-16 14:43:28 +02:00
parent 965cece510
commit be7c4f7f28
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -111,9 +111,6 @@ void kw2xrf_reset_phy(kw2xrf_t *dev)
kw2xrf_set_power_mode(dev, KW2XRF_AUTODOZE);
kw2xrf_set_sequence(dev, dev->idle_state);
kw2xrf_set_option(dev, KW2XRF_OPT_TELL_RX_START, true);
kw2xrf_set_option(dev, KW2XRF_OPT_TELL_RX_END, true);
kw2xrf_set_option(dev, KW2XRF_OPT_TELL_TX_END, true);
kw2xrf_clear_dreg_bit(dev, MKW2XDM_PHY_CTRL2, MKW2XDM_PHY_CTRL2_SEQMSK);
kw2xrf_enable_irq_b(dev);