mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 08:21:18 +01:00
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.