X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftelosa%2FPlatformP.nc;h=34490d6526c354aecf24abb12e91723b6ab57cb2;hb=816c22929992f22955bffe07b387128922cbd0a5;hp=93c1b6fdb7941fc996e017f1cd0799918d3507d9;hpb=22faa4157257392edbe4b11964d29f1bade459f8;p=tinyos-2.x.git diff --git a/tos/platforms/telosa/PlatformP.nc b/tos/platforms/telosa/PlatformP.nc index 93c1b6fd..34490d65 100644 --- a/tos/platforms/telosa/PlatformP.nc +++ b/tos/platforms/telosa/PlatformP.nc @@ -1,6 +1,6 @@ #include "hardware.h" -module PlatformP{ +module PlatformP @safe() { provides interface Init; uses interface Init as MoteClockInit; uses interface Init as MoteInit;