annotate example/renew_task/Func.h @ 1927:4eefec26e3e2 draft

add file
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Fri, 31 Jan 2014 07:15:07 +0900
parents e78f70dc7ef8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
192
6694da357750 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
1 enum {
651
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 489
diff changeset
2 #include "SysTasks.h"
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 489
diff changeset
3 RENEW_START,
489
1d893ffbc5ff comment
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 192
diff changeset
4 RENEW_REPEAT,
192
6694da357750 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
5 RENEW1,
6694da357750 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
6 RENEW2,
6694da357750 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
7 RENEW3,
6694da357750 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
8 RENEW4,
6694da357750 add example/renew_task
gongo@localhost.localdomain
parents:
diff changeset
9 };