]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/blip/nwprog/NWProgC.nc
- fix nwprog compile
[tinyos-2.x.git] / tos / lib / net / blip / nwprog / NWProgC.nc
index 960c538046cf6ebd7db5251c6026e3992a42fd51..330dcdb3f572fb54ba20bdcad0ea33d334110abe 100644 (file)
@@ -1,5 +1,4 @@
 
-#include <BinaryShell.h>
 #include "StorageVolumes.h"
 #include "Deluge.h"
 
@@ -41,13 +40,8 @@ configuration NWProgC {
   NWProgP.BlockRead[VOLUME_DELUGE2] -> BlockReaderDeluge2;
   NWProgP.BlockRead[VOLUME_DELUGE3] -> BlockReaderDeluge3;
 
-#ifdef BINARY_SHELL
-  components BinaryShellC;
-  NWProgP.ShellCommand -> BinaryShellC.BinaryCommand[BSHELL_NWPROG];
-#else
   components new ShellCommandC("nwprog");
   NWProgP.ShellCommand -> ShellCommandC;
-#endif
 
   components new TimerMilliC();
   NWProgP.RebootTimer -> TimerMilliC;