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

tsch: handle failure in prepare()
This commit is contained in:
Simon Duquennoy 2018-10-20 08:53:34 +02:00 committed by GitHub
commit 543ab20333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -643,6 +643,8 @@ PT_THREAD(tsch_tx_slot(struct pt *pt, struct rtimer *t))
mac_tx_status = MAC_TX_ERR;
}
}
} else {
mac_tx_status = MAC_TX_ERR;
}
}