compare prior nibble (prior class of arbitration) for retry added.

This commit is contained in:
Roland Jax
2014-10-14 19:02:49 +02:00
parent 19f5900c8a
commit bf5976bcd8
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ void define_args()
"\tnumber retries send ebus command (2)",
Appl::type_int, Appl::opt_mandatory);
A.addItem("p_lookbusretries", Appl::Param(5), "", "lookbusretries",
"number retries to look ebus (5)",
A.addItem("p_lookbusretries", Appl::Param(2), "", "lookbusretries",
"number retries to look ebus (2)",
Appl::type_int, Appl::opt_mandatory);
A.addItem("p_recvtimeout", Appl::Param(15000), "", "recvtimeout",