fix(): Увеличено окно погрешности таймаута

This commit is contained in:
algin 2023-11-20 14:45:52 +03:00
parent d0354982ae
commit c6f35a4ea5

View File

@ -97,7 +97,7 @@ public:
private:
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_;
Timer& ecat_timer_;