Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #24

Merged
merged 11 commits into from
Oct 30, 2021
Prev Previous commit
Next Next commit
minor fix
  • Loading branch information
kaizoku-oh authored Oct 4, 2021
commit ae89a911dfe0d6df44d1f73919d0b6686cd12655
4 changes: 2 additions & 2 deletions src/rtcos.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ void rtcos_init(void)
RTCOSi_stMain.tstFutureEvents[u08Index].u32ReloadDelay = 0;
}
#ifdef RTCOS_ENABLE_TIMERS
for(u08Index = 0; u08Index < RTCOS_MAX_TASKS_COUNT; ++u08Index)
for(u08Index = 0; u08Index < RTCOS_MAX_TIMERS_COUNT; ++u08Index)
{
RTCOSi_stMain.tstTimers[u08Index].u32StartTickCount = 0;
RTCOSi_stMain.tstTimers[u08Index].u32TickDelay = 0;
Expand Down Expand Up @@ -919,4 +919,4 @@ void rtcos_update_tick(void)

/**
* @}
*/
*/