view TaskManager/kernel/sys_task/SysFunc.h @ 945:a9c7784e5dae

sort example fix ( simple task accepts one param and more compatible with old task)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 01 Aug 2010 19:29:27 +0900
parents 0558abba673c
children
line wrap: on
line source

#ifndef SYSFUNCH
#define SYSFUNCH

enum systask {
#include "SysTasks.h"
};

#endif