add arbitration state timeout

This commit is contained in:
John
2022-03-13 18:01:21 +01:00
parent 980594758a
commit 4172c7d6a1
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -61,6 +61,7 @@ enum ArbitrationState {
as_error, //!< error while sending master address
as_running, //!< arbitration currently running (master address sent, waiting for reception)
as_lost, //!< arbitration lost
as_timeout, //!< arbitration timed out
as_won, //!< arbitration won
};