annotate example/renew_task/Func.h @ 1014:58c3cbf6e3dd

merge
author tkaito
date Fri, 05 Nov 2010 01:06:51 +0900
parents c13bbb7d70b3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
192
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
1 enum {
651
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 487
diff changeset
2 #include "SysTasks.h"
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 487
diff changeset
3 RENEW_START,
487
df499063ccda comment
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 192
diff changeset
4 RENEW_REPEAT,
192
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
5 RENEW1,
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
6 RENEW2,
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
7 RENEW3,
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
8 RENEW4,
4f5c64e713c7 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
9 };