[Tinyos-host-mote-wg] Re: [Tinyos-2.0wg] Re: [nescc-devel] nesC 1.2 alpha 9 on sourceforge

David Gay david.e.gay at intel.com
Thu May 19 14:32:59 PDT 2005


Philip Levis wrote:
> Maybe there's a bad interaction with the automagic task assignment  thing?

Yes. Can you check w/ the following fix? If it works, I'll make alpha10 :-)

David


Index: nesc-task.c
===================================================================
RCS file: /cvsroot/nescc/nesc/src/nesc-task.c,v
retrieving revision 1.3
diff -u -r1.3 nesc-task.c
--- nesc-task.c 29 Mar 2005 18:25:56 -0000      1.3
+++ nesc-task.c 19 May 2005 21:31:55 -0000
@@ -266,6 +266,7 @@
    /* Build unique("task-unique-string") */
    unique_fn = build_identifier(r, loc, magic_unique);
    unique_args = build_string(r, loc, scheduler_unique_name);
+  default_conversion(unique_args);
    unique_id = build_function_call(r, loc, unique_fn, unique_args);

    /* Build, declare enumerator taskdecl */
_______________________________________________
Tinyos-2.0wg mailing list
Tinyos-2.0wg at Mail.Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-2.0wg


More information about the Tinyos-host-mote-wg mailing list