Skip to content

Commit ca35c7f

Browse files
committed
drivers/netdev: fix documentation of netdev_new_api
1 parent 76e06ad commit ca35c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/include/net/netdev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ typedef enum {
251251
* @brief ACK requested but not received
252252
*
253253
* @deprecated Issue an NETDEV_EVENT_TX_COMPLETE event instead and return
254-
* `-ECOMM` in netdev_driver_t::confirm_send. Via the `info`
254+
* `-EHOSTUNREACH` in netdev_driver_t::confirm_send. Via the `info`
255255
* parameter additional details about the error can be passed
256256
*/
257257
NETDEV_EVENT_TX_NOACK,

0 commit comments

Comments
 (0)