comparison ppe/task_base.h @ 22:0440f2f19f23

not working.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 26 Dec 2010 22:54:11 +0900
parents
children
comparison
equal deleted inserted replaced
21:5f1abbe03b9a 22:0440f2f19f23
1 #ifndef INCLUDE_TASK_BASE
2 #define INCLUDE_TASK_BASE
3
4 #ifndef INCLUDE_FUNC
5 #include "../Func.h"
6 #endif
7
8 #ifndef INCLUDED_SCHED_TASK
9 #include "SchedTask.h"
10 #endif
11
12 #endif