From 8b8a25712c3738f0120dacf961a3e05a93cf2e2c Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 14 Feb 2015 14:19:04 +0100 Subject: [PATCH] add define --- src/ebusd/bushandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ebusd/bushandler.h b/src/ebusd/bushandler.h index f823736b..1c5de6f3 100644 --- a/src/ebusd/bushandler.h +++ b/src/ebusd/bushandler.h @@ -36,8 +36,8 @@ using namespace std; -/* the maximum allowed time [us] for retrieving a symbol from an addressed slave. */ -//#define SLAVE_RECV_TIMEOUT 10000 +/** the default time [us] for retrieving a symbol from an addressed slave. */ +#define SLAVE_RECV_TIMEOUT 15000 /** the maximum allowed time [us] for retrieving the AUTO-SYN symbol (45ms + 2*1,2% + 1 Symbol). */ #define SYN_TIMEOUT 50800