comparison example/HelloWorld/Func.h @ 651:e78f70dc7ef8 draft

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 23 Nov 2009 10:01:02 +0900
parents 54725883131b
children 0e6c59377ef4
comparison
equal deleted inserted replaced
650:0e9230150a38 651:e78f70dc7ef8
1 enum { 1 enum {
2 #include "SysTasks.h"
2 HELLO_TASK, 3 HELLO_TASK,
3 RUN_FINISH, 4 RUN_FINISH,
4 }; 5 };
5 6