1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/include/net
Marian Buschsieweke b6069eb5f5
netdev_driver_t::recv: Fixed preconditions in doc
Removed the invalid precondition in netdev_driver_t::recv that the buffer never
NULL and the length positive. (In the "get message size" case both is wrong, in
the drop message case the first part is wrong.)
2018-12-28 20:22:57 +01:00
..
netdev netdev: Add common ieee802154 reset function 2018-07-10 14:27:52 +02:00
netdev.h netdev_driver_t::recv: Fixed preconditions in doc 2018-12-28 20:22:57 +01:00