Commit c9ca3632 authored by Claes Sjofors's avatar Claes Sjofors

Xtt trend bugfix, circbuff start index wasn't initialized

parent 691a27e1
......@@ -660,7 +660,7 @@ static void StoreData( trend_tCtx ctx)
pwr_sClass_DsTrendCurve *o;
int i;
unsigned int current_index;
unsigned int first_index;
unsigned int first_index = 0;
pwr_tTime time;
int first_sample;
......
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