Commit c9f03b3d authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Jean-Claude BAU

[HAL] increase frequency of updates, per Tom's commit (7f4a59f7)

parent 3a274df6
......@@ -42,7 +42,7 @@ static void cb_timer_update_all(int timerId);
static timer_parameter_t _timerParameters[] = {
{
.id=TMO_UPDATE_ALL,
.tmoMs=100, // 100ms
.tmoMs=10, // 100ms
.repeat=1,
.cb=cb_timer_update_all
},
......
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