]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/pins/Msp430GpioC.nc
mark more modules as safe code
[tinyos-2.x.git] / tos / chips / msp430 / pins / Msp430GpioC.nc
index e38ca706fcb178d3113d9a2a1949115f99c7c3d2..dc4995d4899207a87bfa173b1da99821666f3073 100644 (file)
@@ -28,7 +28,7 @@
  *          intended use.
  */
 
-generic module Msp430GpioC() {
+generic module Msp430GpioC() @safe() {
   provides interface GeneralIO;
   uses interface HplMsp430GeneralIO as HplGeneralIO;
 }