From ca35c7f871d0c4e3465ce7f0142e33bfd43d2c39 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 23 Dec 2024 21:59:21 +0100 Subject: [PATCH] drivers/netdev: fix documentation of netdev_new_api --- drivers/include/net/netdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/net/netdev.h b/drivers/include/net/netdev.h index 30fdaf9aa1..4e932c4a1c 100644 --- a/drivers/include/net/netdev.h +++ b/drivers/include/net/netdev.h @@ -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,