Merge pull request #1822 from uestczyh222/hwtimer
[Components][Drivers][hwtimer]fix 'index' declared without an initial…
This commit is contained in:
commit
6de7be2693
|
@ -30,7 +30,7 @@ rt_inline rt_uint32_t timeout_calc(rt_hwtimer_t *timer, rt_hwtimerval_t *tv)
|
|||
float overflow;
|
||||
float timeout;
|
||||
rt_uint32_t counter;
|
||||
int i, index;
|
||||
int i, index = 0;
|
||||
float tv_sec;
|
||||
float devi_min = 1;
|
||||
float devi;
|
||||
|
|
Loading…
Reference in New Issue