1
0
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:
Benjamin Valentin 2024-12-23 21:59:21 +01:00
parent 76e06ad60c
commit ca35c7f871

View File

@ -251,7 +251,7 @@ typedef enum {
* @brief ACK requested but not received * @brief ACK requested but not received
* *
* @deprecated Issue an NETDEV_EVENT_TX_COMPLETE event instead and return * @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 * parameter additional details about the error can be passed
*/ */
NETDEV_EVENT_TX_NOACK, NETDEV_EVENT_TX_NOACK,