]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/msp430/Adc12/TestAdcSingleC.nc
turn on safe compilation for some modules
[tinyos-2.x.git] / apps / tests / msp430 / Adc12 / TestAdcSingleC.nc
index 809e4cac444b7025497c94296190f25509cfcffa..e44d9ae4cc2ea7fdd56ff43df7562d9e4e05a1a2 100644 (file)
@@ -47,7 +47,7 @@ generic module TestAdcSingleC(
                           uint8_t sht,             // sample-hold-time
                           uint8_t sampcon_ssel,    // clock source sampcon signal 
                           uint8_t sampcon_id       // clock divider sampcon 
-)
+) @safe()
 {
   uses {
     interface Boot;