1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/cc2420
Kaspar Schleiser d8794d7c5a drivers/cc2420: fix bogus cc2420_set_state(dev, CC2420_GOTO_RX)
It doesn't compile, compiler complains that the enum type of
CC2420_GOTO_RX cannot be converted to netopt_state_t as required by the
function.
The numerical value of CC2420_GOTO_RX would be NETOPT_STATE_IDLE (2), which
makes sense as it puts the device into RX mode.
2020-08-04 13:56:49 +02:00
..
include drivers/cc2420: use new driver params scheme 2018-03-01 14:30:35 +01:00
cc2420_getset.c cc2420: Remove netdev access from set_pan 2018-11-28 11:31:03 +01:00
cc2420_internal.c drivers/cc2420: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
cc2420_netdev.c drivers/netdev: use netdev_trigger_event_isr function 2020-03-06 14:03:43 +01:00
cc2420.c drivers/cc2420: fix bogus cc2420_set_state(dev, CC2420_GOTO_RX) 2020-08-04 13:56:49 +02:00
Makefile drivers: added support for CC2420 radio 2016-07-06 18:14:48 +02:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00