X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FNoInitC.nc;h=0ef68bc10ceb6ab32c3c307f636f55eb60521717;hb=13e400e82fdf39ec7807c7b290136408044d6273;hp=eb87214cf81f1145e3913af4af5f34f16c25d608;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/tos/system/NoInitC.nc b/tos/system/NoInitC.nc index eb87214c..0ef68bc1 100644 --- a/tos/system/NoInitC.nc +++ b/tos/system/NoInitC.nc @@ -13,7 +13,7 @@ * * @author David Gay */ -module NoInitC +module NoInitC @safe() { provides interface Init; }