X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FRealMainP.nc;h=37fb3f18565f8421370df55411c31df38bf7b297;hb=13e400e82fdf39ec7807c7b290136408044d6273;hp=6f1306c266b2e69f21e20d0844430014438f53e5;hpb=f44d6d35052f388b3dd92252f299df85a96d3fac;p=tinyos-2.x.git diff --git a/tos/system/RealMainP.nc b/tos/system/RealMainP.nc index 6f1306c2..37fb3f18 100644 --- a/tos/system/RealMainP.nc +++ b/tos/system/RealMainP.nc @@ -42,7 +42,7 @@ * @date January 17 2005 */ -module RealMainP { +module RealMainP @safe() { provides interface Boot; uses interface Scheduler; uses interface Init as PlatformInit;