]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosboot/micaz/PluginC.nc
Changes so this checkout exactly matches CVS at -r release_tinyos_2_0_2_2.
[tinyos-2.x.git] / tos / lib / tosboot / micaz / PluginC.nc
diff --git a/tos/lib/tosboot/micaz/PluginC.nc b/tos/lib/tosboot/micaz/PluginC.nc
deleted file mode 100644 (file)
index 237998e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-module PluginC {
-  provides {
-    interface StdControl;
-  }
-}
-
-implementation {
-
-  command error_t StdControl.start() { return SUCCESS; }
-  command error_t StdControl.stop() { return SUCCESS; }
-
-}