[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep107.txt,1.9,1.10
Phil Levis
scipio at users.sourceforge.net
Wed Feb 28 20:21:47 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22333/doc/txt
Modified Files:
tep107.txt
Log Message:
Include platform_bootstrap call.
Index: tep107.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep107.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tep107.txt 10 Feb 2007 23:28:49 -0000 1.9
--- tep107.txt 1 Mar 2007 04:21:44 -0000 1.10
***************
*** 163,166 ****
--- 163,167 ----
int main() __attribute__ ((C, spontaneous)) {
atomic {
+ platform_bootstrap();
call Scheduler.init();
call PlatformInit.init();
More information about the Tinyos-2-commits
mailing list