X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosboot%2Fmicaz%2FPluginC.nc;fp=tos%2Flib%2Ftosboot%2Fmicaz%2FPluginC.nc;h=0000000000000000000000000000000000000000;hb=b9d9b45472ac2b5043943979487ae619a70bf6e6;hp=237998edb410a0ce0274e810fef531b0d040abd3;hpb=0824f96f43ff0b85395408b7f47aa7c05f6c3658;p=tinyos-2.x.git diff --git a/tos/lib/tosboot/micaz/PluginC.nc b/tos/lib/tosboot/micaz/PluginC.nc deleted file mode 100644 index 237998ed..00000000 --- a/tos/lib/tosboot/micaz/PluginC.nc +++ /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; } - -}