X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FNoInitC.nc;h=0ef68bc10ceb6ab32c3c307f636f55eb60521717;hb=2209f8d2cb9ae1b6c268532e99a374533eb8fa78;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; }