pub const netdev_event_t_NETDEV_EVENT_TX_NOACK: netdev_event_t = 6;
Expand description
@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
parameter additional details about the error can be passed