Revision 2dde134c
Shorted modbus timeout
mainbox/tool.h | ||
---|---|---|
24 | 24 |
void tool_request_disable(struct tool_t *tool); |
25 | 25 |
void tool_poll(struct tool_t *tool); |
26 | 26 |
|
27 |
/* Should be less than 1000 (see modbus_set_response_timeout()). Should also be |
|
28 |
* high enough to ensure that connected tools will respond. Tools poll their own |
|
29 |
* modbus code about every 50ms. */ |
|
30 |
#define MB_TIMEOUT_MS 70 |
|
31 |
|
|
27 | 32 |
#endif |
Also available in: Unified diff