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/nrfmin
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
..
Makefile cpu/nrf5x: moved nrfmin driver to nrf5x_common 2017-01-10 11:54:49 +01:00
nrfmin_gnrc.c cpu/nrf5x_common/radio/nrfmin: drop duplicated code 2021-01-13 08:53:17 +01:00
nrfmin.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00