]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/lib/printf/PrintfP.nc
Opps, missed one place for the @spontaneous()
[tinyos-2.x.git] / 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);