comparison example/HelloWorld/Func.h @ 1012:bba03a6843ba

fix HelloWorld
author one@zeus.cr.ie.u-ryukyu.ac.jp
date Mon, 01 Nov 2010 18:27:19 +0900
parents c13bbb7d70b3
children
comparison
equal deleted inserted replaced
1011:46c54dd20d1c 1012:bba03a6843ba
1 enum { 1 enum {
2 #include "SysTasks.h" 2 #include "SysTasks.h"
3 HELLO_TASK, 3 Hello,
4 RUN_FINISH, 4 RUN_FINISH,
5 }; 5 };
6 6