fix(): Увеличено окно погрешности таймаута
This commit is contained in:
parent
d0354982ae
commit
c6f35a4ea5
@ -97,7 +97,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
static constexpr uint32_t semaphore_timeout_ticks_ = 3;
|
static constexpr uint32_t semaphore_timeout_ticks_ = 3;
|
||||||
static constexpr uint32_t semaphore_timeout_tolerance_ = 1;
|
static constexpr uint32_t semaphore_timeout_tolerance_ = 4;
|
||||||
|
|
||||||
Eth& eth_;
|
Eth& eth_;
|
||||||
Timer& ecat_timer_;
|
Timer& ecat_timer_;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user