Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/task/ShowTime.cpp @ 387:5e2d30bfbf23
no compile error but not worked.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 06 Aug 2009 22:40:52 +0900 |
parents | 7a42d46cc54e |
children |
line wrap: on
line source
#include "ShowTime.h" #include "stdio.h" SchedDefineTask(ShowTime); int ShowTime::run(void *rbuf, void *wbuf) { /* * ここで show_dma_wait() を呼びたい */ //printf("Show Time !\n"); return 0; }