]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/TinyOSMainP.nc
Added thread_join functions and fixed the @spontaneous stuff to not create functions...
[tinyos-2.x.git] / tos / lib / tosthreads / system / TinyOSMainP.nc
index 2df6d5df357c351c65ae1888f61641f73e5fb65a..75d06aa1683d5bf2d9669c5dac81959d8f75573b 100644 (file)
@@ -93,6 +93,10 @@ implementation {
     call TaskScheduler.taskLoop();
     
   }
+  
+  async command error_t ThreadInfo.reset() {
+    return FAIL;
+  }
 
   async command thread_t* ThreadInfo.get() {
     return &thread_info;