Skip to content
Snippets Groups Projects
Unverified Commit 543ab203 authored by Simon Duquennoy's avatar Simon Duquennoy Committed by GitHub
Browse files

Merge pull request #711 from debug-ito/tsch-handle-prepare-error

tsch: handle failure in prepare()
parents 939969ed e96a3255
No related branches found
No related tags found
No related merge requests found
...@@ -643,6 +643,8 @@ PT_THREAD(tsch_tx_slot(struct pt *pt, struct rtimer *t)) ...@@ -643,6 +643,8 @@ PT_THREAD(tsch_tx_slot(struct pt *pt, struct rtimer *t))
mac_tx_status = MAC_TX_ERR; mac_tx_status = MAC_TX_ERR;
} }
} }
} else {
mac_tx_status = MAC_TX_ERR;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment