]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/adc/AdcP.nc
Make McuSleepC smarter about newer msp430 processors.
[tinyos-2.x.git] / tos / chips / atm128 / adc / AdcP.nc
index fa918c7f1a93079986c63d1e05046948df6f164b..6b742dd55f8ea4589f8545a3e3936c32048bafbf 100644 (file)
@@ -43,7 +43,7 @@
  */
 #include "Timer.h"
 
-module AdcP {
+module AdcP @safe() {
   provides {
     interface Read<uint16_t>[uint8_t client];
     interface ReadNow<uint16_t>[uint8_t client];