Mercurial > hg > Members > kono > Cerium
view TaskManager/kernel/sys_task/Start.cc @ 247:0098b5ff0d11
change example
author | aaa |
---|---|
date | Mon, 01 Jun 2009 19:33:09 +0900 |
parents | 5c194c71eca8 |
children | bc5b3d327083 |
line wrap: on
line source
#include "Start.h" #include "SysTask.h" SchedDefineTask(Start); int Start::run(void *rbuf, void *wbuf) { return 0; }