1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf5x_common/radio
Marian Buschsieweke e2c5467d09
cpu/nrf5x_common/radio/nrfmin: drop duplicated code
`gnrc_netif_hdr_build()` calls internally `gnrc_netif_hdr_init()`, which does
initialize `gnrc_netif_hdr_t::rssi` and `gnrc_netif_hdr_t::lqi`. So no need to
do this twice.
2021-01-13 08:53:17 +01:00
..
nrfble cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
nrfmin cpu/nrf5x_common/radio/nrfmin: drop duplicated code 2021-01-13 08:53:17 +01:00