BlinkenArea - GitList
Repositories
Blog
Wiki
flaneth
Code
Commits
Branches
Tags
Search
Tree:
1385d21
Branches
Tags
master
flaneth
firmware
tasks.h
converted CF processing to run in foreground implemented CF sector read
Stefan Schuermans
commited
1385d21
at 2012-05-02 20:53:14
tasks.h
Blame
History
Raw
/* flaneth - flash and ethernet Copyright (C) 2007-2012 Stefan Schuermans <stefan@schuermans.info> Copyleft: GNU public license V2 - http://www.gnu.org/copyleft/gpl.html a BlinkenArea project - http://www.blinkenarea.org/ */ #ifndef INC_tasks #define INC_tasks // task function to call all tasks - call from main loop extern void Tasks(void); #endif // #ifndef INC_tasks