Commit 0e5b8817 authored by Jean-Claude BAU's avatar Jean-Claude BAU

timeout.c: Fix issue on array of timer

The structure was not updated when the FAULT timer was removed.
parent 1661d43b
...@@ -38,10 +38,6 @@ static timeOutConfig_t timeOutConfigs[PP_TO_COUNT]= { ...@@ -38,10 +38,6 @@ static timeOutConfig_t timeOutConfigs[PP_TO_COUNT]= {
.name="ANN_SEND", .name="ANN_SEND",
.ctrlFlag= TMO_CF_INSTANCE_DEPENDENT | TMO_CF_ALLOW_COMMON_SET, .ctrlFlag= TMO_CF_INSTANCE_DEPENDENT | TMO_CF_ALLOW_COMMON_SET,
}, },
{
.name="FAULT",
.ctrlFlag= TMO_CF_INSTANCE_DEPENDENT | TMO_CF_ALLOW_COMMON_SET,
},
{ {
.name="QUAL", .name="QUAL",
.ctrlFlag= TMO_CF_INSTANCE_DEPENDENT | TMO_CF_ALLOW_COMMON_SET, .ctrlFlag= TMO_CF_INSTANCE_DEPENDENT | TMO_CF_ALLOW_COMMON_SET,
......
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