Commit 87e9c057 authored by Aurelio Colosimo's avatar Aurelio Colosimo

state faulty delay set to 4s

parent f44fa35b
......@@ -15,6 +15,6 @@ int pp_faulty(struct pp_instance *ppi, unsigned char *pkt, int plen)
{
pp_printf("event FAULT_CLEARED\n");
ppi->next_state = PPS_INITIALIZING;
ppi->next_delay = PP_DEFAULT_NEXT_DELAY_MS;
ppi->next_delay = PP_DEFAULT_NEXT_DELAY_MS * 4;
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment