mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/netdev: fix documentation of netdev_new_api
This commit is contained in:
parent
76e06ad60c
commit
ca35c7f871
@ -251,7 +251,7 @@ typedef enum {
|
||||
* @brief ACK requested but not received
|
||||
*
|
||||
* @deprecated Issue an NETDEV_EVENT_TX_COMPLETE event instead and return
|
||||
* `-ECOMM` in netdev_driver_t::confirm_send. Via the `info`
|
||||
* `-EHOSTUNREACH` in netdev_driver_t::confirm_send. Via the `info`
|
||||
* parameter additional details about the error can be passed
|
||||
*/
|
||||
NETDEV_EVENT_TX_NOACK,
|
||||
|
Loading…
Reference in New Issue
Block a user