]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/m16c62p/control/SystemClockControl.nc
changes to support standart tos PrintfC
[tinyos-2.x.git] / tos / chips / m16c62p / control / SystemClockControl.nc
index 18dde2b5952a27add3d154000bf0a19d894be913..330c75fa776152033a6059ee4ca8149a732c43be 100644 (file)
@@ -46,5 +46,5 @@ interface SystemClockControl
    *
    * @param speed The allowed minimum speed.
    */
-  async command error_t minSpeed(M16c62pSystemClock speed);
+  command error_t minSpeed(M16c62pSystemClock speed);
 }