view TaskManager/Test/test_render/task/ShowTime.cpp @ 360:716b87bce32a

add vacuum "-sg 16"
author aaa
date Fri, 17 Jul 2009 22:50:06 +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;
}