New time handling based on TIMER_TICKS_PER_SEC to support slow timers with ticks...
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Feb 2006 21:28:02 +0000 (21:28 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Feb 2006 21:28:02 +0000 (21:28 +0000)
commit766a22ae58928039e82f428d17a8a944ab2fb553
tree7e60c61e7c48edba7a7fbe65aa0b7fbdf86c1352
parentb84e872f616fe496961b7b8a9eeb672cf7fb8025
New time handling based on TIMER_TICKS_PER_SEC to support slow timers with ticks longer than 1ms.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@537 38d2e660-2303-0410-9eaa-f027e97ec537
drv/timer.h
drv/timer_avr.h
drv/timer_dsp56k.h
drv/timer_i196.h
drv/timer_posix.c
drv/timer_posix.h
drv/timer_qt.c
drv/timer_qt.h
drv/timer_test.c