annotate example/MemList/Func.h @ 1407:976f7b77f0bf draft

fix Makefile
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Feb 2012 17:42:50 +0900
parents e78f70dc7ef8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
364
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
1 enum {
651
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 364
diff changeset
2 #include "SysTasks.h"
364
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
3 HELLO_TASK,
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
4 RUN_FINISH,
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
5 };
fd0c819bab53 uint32 to memaddr(uint64)
tkaito@localhost.localdomain
parents:
diff changeset
6