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

cc2420: Remove default event report settings

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

View File

@ -65,12 +65,6 @@ int cc2420_init(cc2420_t *dev)
/* set default options */
cc2420_set_option(dev, CC2420_OPT_AUTOACK, true);
cc2420_set_option(dev, CC2420_OPT_CSMA, true);
cc2420_set_option(dev, CC2420_OPT_TELL_TX_START, true);
cc2420_set_option(dev, CC2420_OPT_TELL_RX_END, true);
#ifdef MODULE_NETSTATS_L2
cc2420_set_option(dev, CC2420_OPT_TELL_RX_END, true);
#endif
/* change default RX bandpass filter to 1.3uA (as recommended) */
reg = cc2420_reg_read(dev, CC2420_REG_RXCTRL1);