]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/timer/Atm128TimerInitC.nc
a pile of @safe() annotations; should not affect anyone
[tinyos-2.x.git] / tos / chips / atm128 / timer / Atm128TimerInitC.nc
index dd309340b33f89ff63d5668b98c5f67fc0877dab..9b4a86b2f6f158812050982e0865811d2ef2e239 100644 (file)
@@ -32,7 +32,7 @@
  * @author David Gay <david.e.gay@intel.com>
  */
 
-generic module Atm128TimerInitC(typedef timer_size @integer(), uint8_t prescaler)
+generic module Atm128TimerInitC(typedef timer_size @integer(), uint8_t prescaler) @safe()
 {
   provides interface Init @atleastonce();
   uses interface HplAtm128Timer<timer_size> as Timer;