]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/DisseminationUpdate.nc
Workaround the erase problems with AT45DB
[tinyos-2.x.git] / tos / lib / net / DisseminationUpdate.nc
index 6ea93cad1c27cc0dcdd6ed53c39928c06945577e..4a28038f6539016e4efe217b3a1abfe631996d48 100644 (file)
@@ -49,5 +49,5 @@ interface DisseminationUpdate<t> {
    * by newVal is copied out, so newVal can be reclaimed when
    * <tt>change</tt> returns.
    */
-  command void change(t* newVal);
+  command void change(t* ONE newVal);
 }