From: klueska Date: Fri, 10 Oct 2008 06:32:47 +0000 (+0000) Subject: Opps, missed one place for the @spontaneous() X-Git-Tag: rc_6_tinyos_2_1_1~592 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=8ccfe9c0108b220fb2b75fe0245761b579532e54 Opps, missed one place for the @spontaneous() --- diff --git a/tos/lib/tosthreads/lib/printf/PrintfP.nc b/tos/lib/tosthreads/lib/printf/PrintfP.nc index 47dcccfe..5f164bfa 100644 --- a/tos/lib/tosthreads/lib/printf/PrintfP.nc +++ b/tos/lib/tosthreads/lib/printf/PrintfP.nc @@ -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);