diff example/Null/ppe/NullTask.h @ 1285:e38a4f3e238d draft

add NullTask
author Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 29 Nov 2011 16:20:46 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/Null/ppe/NullTask.h	Tue Nov 29 16:20:46 2011 +0900
@@ -0,0 +1,6 @@
+#ifndef INCLUDED_TASK_NULL
+#define INCLUDED_TASK_NULL
+
+#include "SchedTask.h"
+
+#endif