Xiphos WDT #797
@ -15,7 +15,7 @@ class XiphosWdtHandler : public SystemObject, public ExecutableObjectIF {
|
|||||||
private:
|
private:
|
||||||
// Timeout duration range specified by Xiphos: 0.001 seconds to 171 seconds. The libxiphos API
|
// Timeout duration range specified by Xiphos: 0.001 seconds to 171 seconds. The libxiphos API
|
||||||
// expects an int, so I guess this translates to 1 to 171 seconds.
|
// expects an int, so I guess this translates to 1 to 171 seconds.
|
||||||
uint32_t timeoutSeconds = 60;
|
int timeoutSeconds = 120;
|
||||||
struct watchdog_s* wdtHandle = nullptr;
|
struct watchdog_s* wdtHandle = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user