RIOT/drivers
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
..
2020-07-31 13:38:03 +02:00
2018-06-11 19:10:40 +02:00
2020-06-17 14:52:21 +05:30
2020-05-22 15:52:03 +05:30