]> git.sur5r.net Git - freertos/commit
Add the flash_timer standard demo timers (rather than tasks). These behave as the...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 17 Mar 2012 14:59:46 +0000 (14:59 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 17 Mar 2012 14:59:46 +0000 (14:59 +0000)
commit3eb5dc303b6a052c64f432f5991623378484e9d1
treeb6c120956744572bdaf6b6fc9cfd93c98a5546b5
parent3514babdda3aac9bd421aeca55e15a9a8ac921c2
Add the flash_timer standard demo timers (rather than tasks).  These behave as the flash tasks, but use timers in place of tasks.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1700 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/Common/Minimal/flash_timer.c [new file with mode: 0644]
Demo/Common/include/flash_timer.h [new file with mode: 0644]