1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00
RIOT/drivers
morigawa 0f2fbe1b57 drivers/netdev_ieee802154_submac: set bytes_tx correctly
bytes_tx should not be set to 0 at this point. It should be set to the
length of the package, if there is an error after transmission it will
be set to an error value in submac_tx_done. The value will be evaluated
after a TX_DONE Event, so the pending state 0 that is returned from the
_send function while async sending, is not relevant for bytes_tx.
2025-10-31 20:41:56 +01:00
..
2025-10-25 16:05:59 +02:00
2024-10-02 22:17:08 +02:00
2025-04-10 13:37:13 +02:00
2025-07-14 12:49:12 +02:00
2025-07-02 12:12:53 +02:00