tot: Time-out timer module
authorsjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 6 Oct 2015 10:03:52 +0000 (10:03 +0000)
committersjlongland <sjlongland@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 6 Oct 2015 10:03:52 +0000 (10:03 +0000)
commit05988d128f7e8a976af4f0a13976ae26f37b1e99
treee35fa35d18497e2f2c9b2a16a8e7184f913a9ce8
parent1ec1fc5928706f4960afcb78f4f76880a51bd4d8
tot: Time-out timer module

This is a crude time-out timer, designed to be ticked along by the
systick timer then polled in the main loop.

git-svn-id: https://svn.code.sf.net/p/freetel/code@2423 01035d8c-6547-0410-b346-abe4f91aad63
codec2-dev/stm32/inc/tot.h [new file with mode: 0644]
codec2-dev/stm32/src/tot.c [new file with mode: 0644]