]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/timer/Atm128AlarmAsyncP.nc
mark a few more modules as safe code; this cannot affect unsafe compilation
[tinyos-2.x.git] / tos / chips / atm128 / timer / Atm128AlarmAsyncP.nc
index c5b80b41beb788ff30e52bdf8c22a6afdd7568e1..3eb2c20278a33861fdab83beab256b1e024891a6 100644 (file)
@@ -20,7 +20,7 @@
  *
  * @author David Gay
  */
-generic module Atm128AlarmAsyncP(typedef precision, int divider) {
+generic module Atm128AlarmAsyncP(typedef precision, int divider) @safe() {
   provides {
     interface Init;
     interface Alarm<precision, uint32_t>;