]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Opps, missed one place for the @spontaneous()
authorklueska <klueska>
Fri, 10 Oct 2008 06:32:47 +0000 (06:32 +0000)
committerklueska <klueska>
Fri, 10 Oct 2008 06:32:47 +0000 (06:32 +0000)
tos/lib/tosthreads/lib/printf/PrintfP.nc

index 47dcccfe1adff5ed3fa0be007d40dd197af4cd87..5f164bfac2130f3e963841ae4626b05ca43724f3 100644 (file)
@@ -108,7 +108,7 @@ implementation {
     }
   }
 
-  int printfflush() @C() AT_SPONTANEOUS {
+  int printfflush() @C() @spontaneous() {
     call Barrier.block(&flushstart_barrier);
     call Barrier.reset(&flushstart_barrier, 2);
     call Barrier.block(&flushdone_barrier);