jimtremblay / nOS

RTOS for microcontrollers
Mozilla Public License 2.0
197 stars 44 forks source link

nOS_Timer improvement #16

Open git-pgoudreau opened 3 years ago

git-pgoudreau commented 3 years ago

Add nOS_TicksToMs function On nOS_TimerRestart function, the reload value can be equal to 0 when timer state is not in free running mode. The timer will be kick right away when reload value equal 0.